From: Junio C Hamano
Date: Fri, 9 Mar 2007 09:06:40 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.0.3-316-gbd1fc
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d15328acbacd5d5b1b56a7ee143ccf7db9e7549e;p=git.git
Autogenerated HTML docs for v1.5.0.3-316-gbd1fc
---
diff --git a/git-config.html b/git-config.html
index f8f1a0a5e..78161b6d3 100644
--- a/git-config.html
+++ b/git-config.html
@@ -280,6 +280,8 @@ git-config(1) Manual Page
git-config [--global] [type] --get-all name [value_regex]
git-config [--global] [type] --unset name [value_regex]
git-config [--global] [type] --unset-all name [value_regex]
+git-config [--global] [type] --rename-section old_name new_name
+git-config [--global] [type] --remove-section name
git-config [--global] -l | --list
DESCRIPTION
@@ -394,6 +396,22 @@ you use --global option without $HOME being properly set.
+--remove-section
+
+
+
+ Remove the given section from the configuration file.
+
+
+
+--rename-section
+
+
+
+ Rename the given section to a new name.
+
+
+
--unset
@@ -1491,7 +1509,7 @@ transfer.unpackLimit