()
| 97 | } |
| 98 | |
| 99 | fn signature() -> Result<Signature<'static>> { |
| 100 | Signature::now(AUTHOR_NAME, AUTHOR_EMAIL).context("building git signature") |
| 101 | } |
| 102 | |
| 103 | /// `git init` in `root`. Idempotent — re-init on an existing repo is a no-op. |
| 104 | pub fn init(root: &Path) -> Result<()> { |
no outgoing calls
no test coverage detected
searching dependent graphs…