summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorJiang Xin <worldhello.net@gmail.com>2010-12-16 07:16:49 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-12-17 19:53:53 (GMT)
commit4be0c3522421329f255a1cd9021ee86519f00f96 (patch)
treecb384ad923779b831eea259e2db3304286d0015a /Documentation/config.txt
parent4a689afb030c1cd5aa1c141db94bbf9dde42f05e (diff)
downloadgit-4be0c3522421329f255a1cd9021ee86519f00f96.zip
git-4be0c3522421329f255a1cd9021ee86519f00f96.tar.gz
git-4be0c3522421329f255a1cd9021ee86519f00f96.tar.bz2
Fix typo in git-gc document.
The variable gc.packrefs for git-gc can be set to true, false and "notbare", not "nobare". Signed-off-by: Jiang Xin <jiangxin@ossxp.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 3fd4b62..4f1e979 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -971,7 +971,7 @@ gc.packrefs::
Running `git pack-refs` in a repository renders it
unclonable by Git versions prior to 1.5.1.2 over dumb
transports such as HTTP. This variable determines whether
- 'git gc' runs `git pack-refs`. This can be set to `nobare`
+ 'git gc' runs `git pack-refs`. This can be set to `notbare`
to enable it within all non-bare repos or it can be set to a
boolean value. The default is `true`.