Skip to content

Commit 3d9fb6c

Browse files
committed
update progress
1 parent 585047b commit 3d9fb6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/plumbing/progress.rs

+3-3
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)