From 0ec5220fea50f06eb61bafff525111ce2435c994 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 11 Nov 2022 09:37:02 +0100 Subject: [PATCH] don't forget to update 'progress' --- src/plumbing/progress.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plumbing/progress.rs b/src/plumbing/progress.rs index 3e4a01f5115..fd997f748c1 100644 --- a/src/plumbing/progress.rs +++ b/src/plumbing/progress.rs @@ -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", @@ -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", @@ -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..*",