@@ -173,7 +173,7 @@ static GIT_CONFIG: &[Record] = &[
173
173
usage : NotApplicable { reason : "parallelism is efficient enough to always run with benefit" } ,
174
174
} ,
175
175
Record {
176
- config : "feature.manyFile " ,
176
+ config : "feature.manyFiles " ,
177
177
usage : Planned { note : Some ( "big repositories are on the roadmap" ) } ,
178
178
} ,
179
179
Record {
@@ -196,10 +196,6 @@ static GIT_CONFIG: &[Record] = &[
196
196
config : "index.sparse" ,
197
197
usage : Planned { note : Some ( "we can read sparse indices and support for it will be added early on" ) } ,
198
198
} ,
199
- Record {
200
- config : "index.skipHash" ,
201
- usage : Planned { note : Some ( "important to not unnecessarily reject indices just because they are missing a hash (or it is null)" ) } ,
202
- } ,
203
199
Record {
204
200
config : "merge.renormalize" ,
205
201
usage : Planned { note : Some ( "once merging is being implemented, renormalization should be respected" ) } ,
@@ -504,6 +500,10 @@ static GIT_CONFIG: &[Record] = &[
504
500
config : "status.renames" ,
505
501
usage : Planned { note : Some ( "the same as diff.renames" ) }
506
502
} ,
503
+ Record {
504
+ config : "transfer.credentialsInUrl" ,
505
+ usage : Planned { note : Some ( "currently we are likely to expose passwords in errors or in other places, and it's better to by default not do that" ) }
506
+ } ,
507
507
Record {
508
508
config : "diff.*.textconv" ,
509
509
usage : Planned { note : None }
0 commit comments