Skip to content

Commit f29f35c

Browse files
committed
keep track of index.skipHash
1 parent c1f1bfb commit f29f35c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/plumbing/progress.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ static GIT_CONFIG: &[Record] = &[
172172
config: "index.sparse",
173173
usage: Planned {note: Some("we can read sparse indices and support for it will be added early on")},
174174
},
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+
},
175179
Record {
176180
config: "merge.renormalize",
177181
usage: Planned {note: Some("once merging is being implemented, renormalization should be respected")},

0 commit comments

Comments
 (0)