Skip to content

Commit

Permalink
don't forget to update 'progress'
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Nov 11, 2022
1 parent 0ced3a4 commit 0ec5220
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/plumbing/progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ static GIT_CONFIG: &[Record] = &[
},
Record {
config: "http.extraHeader",
usage: Planned { note: Some("multi-value, and resettable with empty value") },
usage: InModule { name: "repository::config::transport", deviation: None }
},
Record {
config: "http.proxyAuthMethod",
Expand Down Expand Up @@ -676,11 +676,11 @@ static GIT_CONFIG: &[Record] = &[
},
Record {
config: "http.lowSpeedLimit",
usage: Planned { note: Some("important for client-safety when facing bad networks or bad players") }
usage: InModule { name: "repository::config::transport", deviation: Some("fails on negative values") }
},
Record {
config: "http.lowSpeedTime",
usage: Planned { note: Some("important for client-safety when facing bad networks or bad players") }
usage: InModule { name: "repository::config::transport", deviation: Some("fails on negative values") }
},
Record {
config: "http.userAgent",
Expand All @@ -692,7 +692,7 @@ static GIT_CONFIG: &[Record] = &[
},
Record {
config: "http.followRedirects",
usage: Planned { note: None }
usage: InModule { name: "repository::config::transport", deviation: None }
},
Record {
config: "http.<url>.*",
Expand Down

0 comments on commit 0ec5220

Please sign in to comment.