@@ -556,7 +556,7 @@ static GIT_CONFIG: &[Record] = &[
556
556
} ,
557
557
Record {
558
558
config : "http.extraHeader" ,
559
- usage : Planned { note : Some ( "multi-value, and resettable with empty value" ) } ,
559
+ usage : InModule { name : "repository::config::transport" , deviation : None }
560
560
} ,
561
561
Record {
562
562
config : "http.proxyAuthMethod" ,
@@ -676,11 +676,11 @@ static GIT_CONFIG: &[Record] = &[
676
676
} ,
677
677
Record {
678
678
config : "http.lowSpeedLimit" ,
679
- usage : Planned { note : Some ( "important for client-safety when facing bad networks or bad players " ) }
679
+ usage : InModule { name : "repository::config::transport" , deviation : Some ( "fails on negative values " ) }
680
680
} ,
681
681
Record {
682
682
config : "http.lowSpeedTime" ,
683
- usage : Planned { note : Some ( "important for client-safety when facing bad networks or bad players " ) }
683
+ usage : InModule { name : "repository::config::transport" , deviation : Some ( "fails on negative values " ) }
684
684
} ,
685
685
Record {
686
686
config : "http.userAgent" ,
@@ -692,7 +692,7 @@ static GIT_CONFIG: &[Record] = &[
692
692
} ,
693
693
Record {
694
694
config : "http.followRedirects" ,
695
- usage : Planned { note : None }
695
+ usage : InModule { name : "repository::config::transport" , deviation : None }
696
696
} ,
697
697
Record {
698
698
config : "http.<url>.*" ,
0 commit comments