From d15328acbacd5d5b1b56a7ee143ccf7db9e7549e Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Fri, 9 Mar 2007 09:06:40 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.0.3-316-gbd1fc
---
git-config.html | 20 +++++++++++++++++++-
git-config.txt | 8 ++++++++
git-fast-import.html | 20 ++++++++++++++++++--
git-fast-import.txt | 13 ++++++++++++-
git.html | 2 +-
5 files changed, 58 insertions(+), 5 deletions(-)
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