pub const GIT_NOT_A_REPOSITORY: &str = "not a git repository";Expand description
The phrase Git uses when the path it was pointed at is not a working tree at all.
Same reasoning as GIT_DUBIOUS_OWNERSHIP: one cause, one fix, one paragraph.
pub const GIT_NOT_A_REPOSITORY: &str = "not a git repository";The phrase Git uses when the path it was pointed at is not a working tree at all.
Same reasoning as GIT_DUBIOUS_OWNERSHIP: one cause, one fix, one paragraph.