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.
index.skipHash
1 parent c1f1bfb commit f29f35cCopy full SHA for f29f35c
src/plumbing/progress.rs
@@ -172,6 +172,10 @@ static GIT_CONFIG: &[Record] = &[
172
config: "index.sparse",
173
usage: Planned {note: Some("we can read sparse indices and support for it will be added early on")},
174
},
175
+ Record {
176
+ config: "index.skipHash",
177
+ usage: Planned {note: Some("important to not unnecessarily reject indices just because they are missing a hash (or it is null)")},
178
+ },
179
Record {
180
config: "merge.renormalize",
181
usage: Planned {note: Some("once merging is being implemented, renormalization should be respected")},
0 commit comments