We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6487269 commit 1f5d1f7Copy full SHA for 1f5d1f7
gix-discover/src/lib.rs
@@ -39,7 +39,7 @@ pub mod is_git {
39
Metadata { source: std::io::Error, path: PathBuf },
40
#[error("The repository's config file doesn't exist or didn't have a 'bare' configuration or contained core.worktree without value")]
41
Inconclusive,
42
- #[error("Could not obtain current directory when conforming repository path")]
+ #[error("Could not obtain current directory for resolving the '.' repository path")]
43
CurrentDir(#[from] std::io::Error),
44
}
45
0 commit comments