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 08e7777 commit b7c1f2cCopy full SHA for b7c1f2c
gix/src/diff.rs
@@ -67,7 +67,7 @@ impl Options {
67
impl Options {
68
/// Do not keep track of filepaths at all, which will leave all `location` fields empty.
69
pub fn no_locations(&mut self) -> &mut Self {
70
- self.location = Some(Location::FileName);
+ self.location = None;
71
self
72
}
73
0 commit comments