File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -552,11 +552,11 @@ static GIT_CONFIG: &[Record] = &[
552
552
} ,
553
553
Record {
554
554
config : "http.proxy" ,
555
- usage : Planned { note : None } ,
555
+ usage : InModule { name : "repository::config::transport" , deviation : Some ( "ignores strings with illformed UTF-8" ) }
556
556
} ,
557
557
Record {
558
558
config : "http.extraHeader" ,
559
- usage : InModule { name : "repository::config::transport" , deviation : None }
559
+ usage : InModule { name : "repository::config::transport" , deviation : Some ( "ignores strings with illformed UTF-8" ) }
560
560
} ,
561
561
Record {
562
562
config : "http.proxyAuthMethod" ,
@@ -684,7 +684,7 @@ static GIT_CONFIG: &[Record] = &[
684
684
} ,
685
685
Record {
686
686
config : "http.userAgent" ,
687
- usage : Planned { note : None }
687
+ usage : InModule { name : "repository::config::transport" , deviation : Some ( "ignores strings with illformed UTF-8" ) }
688
688
} ,
689
689
Record {
690
690
config : "http.noEPSV" ,
You can’t perform that action at this time.
0 commit comments