summaryrefslogtreecommitdiffstats
path: root/Documentation/git-gc.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-12-20 02:49:42 +0100
committerJunio C Hamano <gitster@pobox.com>2010-12-20 02:49:42 +0100
commitf29db856e7a736dd5109223d71c548367bc127ae (patch)
treef4ae1561dcf0fe8914a95b1beceb970fb10ec3fa /Documentation/git-gc.txt
parentt9300: use perl "head -c" clone in place of "dd bs=1 count=16000" kluge (diff)
parentgitweb: Include links to feeds in HTML header only for '200 OK' response (diff)
downloadgit-f29db856e7a736dd5109223d71c548367bc127ae.tar.xz
git-f29db856e7a736dd5109223d71c548367bc127ae.zip
Merge branch 'maint'
* maint: gitweb: Include links to feeds in HTML header only for '200 OK' response fsck docs: remove outdated and useless diagnostic userdiff: fix typo in ruby and python word regexes trace.c: mark file-local function static Fix typo in git-gc document.
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 801aede609..26632414b2 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.