aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-gc.txt
diff options
context:
space:
mode:
authorJiang Xin <worldhello.net@gmail.com>2010-12-16 15:16:49 +0800
committerJunio C Hamano <gitster@pobox.com>2010-12-17 11:53:53 -0800
commit4be0c3522421329f255a1cd9021ee86519f00f96 (patch)
treecb384ad923779b831eea259e2db3304286d0015a /Documentation/git-gc.txt
parent4a689afb030c1cd5aa1c141db94bbf9dde42f05e (diff)
downloadgit-4be0c3522421329f255a1cd9021ee86519f00f96.tar.gz
git-4be0c3522421329f255a1cd9021ee86519f00f96.tar.xz
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/git-gc.txt')
-rw-r--r--Documentation/git-gc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt
index 315f07ef1..a01eef676 100644
--- a/Documentation/git-gc.txt
+++ b/Documentation/git-gc.txt
@@ -107,7 +107,7 @@ how long records of conflicted merge you have not resolved are
kept. This defaults to 15 days.
The optional configuration variable 'gc.packrefs' determines if
-'git gc' runs 'git pack-refs'. This can be set to "nobare" to enable
+'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.
This defaults to true.