Skip to content

Commit

Permalink
keep track of index.skipHash
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Mar 16, 2023
1 parent c1f1bfb commit f29f35c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plumbing/progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ static GIT_CONFIG: &[Record] = &[
config: "index.sparse",
usage: Planned {note: Some("we can read sparse indices and support for it will be added early on")},
},
Record {
config: "index.skipHash",
usage: Planned {note: Some("important to not unnecessarily reject indices just because they are missing a hash (or it is null)")},
},
Record {
config: "merge.renormalize",
usage: Planned {note: Some("once merging is being implemented, renormalization should be respected")},
Expand Down

0 comments on commit f29f35c

Please sign in to comment.