We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056e8d2 commit b0b3df4Copy full SHA for b0b3df4
git-repository/src/path/discover.rs
@@ -93,6 +93,7 @@ pub(crate) mod function {
93
let path = if is_canonicalized {
94
match std::env::current_dir() {
95
Ok(cwd) => {
96
+ dbg!(&cwd, &cursor);
97
let short_path_components = cwd
98
.strip_prefix(&cursor.parent().expect(".git appended"))
99
.expect("cwd is always within canonicalized candidate")
0 commit comments