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.
2 parents 591952f + c7fe3e1 commit 33af2c4Copy full SHA for 33af2c4
src/status.rs
@@ -151,7 +151,7 @@ impl StatusOptions {
151
self.flag(raw::GIT_STATUS_OPT_RECURSE_UNTRACKED_DIRS, include)
152
}
153
154
- /// Indicates that the given paths should be treated as literals paths, note
+ /// Indicates that the given paths should be treated as literals paths, not
155
/// patterns.
156
pub fn disable_pathspec_match(&mut self, include: bool) -> &mut StatusOptions {
157
self.flag(raw::GIT_STATUS_OPT_DISABLE_PATHSPEC_MATCH, include)
0 commit comments