File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -552,11 +552,11 @@ static GIT_CONFIG: &[Record] = &[
552552 } ,
553553 Record {
554554 config : "http.proxy" ,
555- usage : Planned { note : None } ,
555+ usage : InModule { name : "repository::config::transport" , deviation : Some ( "ignores strings with illformed UTF-8" ) }
556556 } ,
557557 Record {
558558 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" ) }
560560 } ,
561561 Record {
562562 config : "http.proxyAuthMethod" ,
@@ -684,7 +684,7 @@ static GIT_CONFIG: &[Record] = &[
684684 } ,
685685 Record {
686686 config : "http.userAgent" ,
687- usage : Planned { note : None }
687+ usage : InModule { name : "repository::config::transport" , deviation : Some ( "ignores strings with illformed UTF-8" ) }
688688 } ,
689689 Record {
690690 config : "http.noEPSV" ,
You can’t perform that action at this time.
0 commit comments