Skip to content

Commit 0ec5220

Browse files
committed
don't forget to update 'progress'
1 parent 0ced3a4 commit 0ec5220

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: src/plumbing/progress.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ static GIT_CONFIG: &[Record] = &[
556556
},
557557
Record {
558558
config: "http.extraHeader",
559-
usage: Planned { note: Some("multi-value, and resettable with empty value") },
559+
usage: InModule { name: "repository::config::transport", deviation: None }
560560
},
561561
Record {
562562
config: "http.proxyAuthMethod",
@@ -676,11 +676,11 @@ static GIT_CONFIG: &[Record] = &[
676676
},
677677
Record {
678678
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") }
680680
},
681681
Record {
682682
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") }
684684
},
685685
Record {
686686
config: "http.userAgent",
@@ -692,7 +692,7 @@ static GIT_CONFIG: &[Record] = &[
692692
},
693693
Record {
694694
config: "http.followRedirects",
695-
usage: Planned { note: None }
695+
usage: InModule { name: "repository::config::transport", deviation: None }
696696
},
697697
Record {
698698
config: "http.<url>.*",

0 commit comments

Comments
 (0)