Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-12-20 04:49:42 +0300
committerJunio C Hamano <gitster@pobox.com>2010-12-20 04:49:42 +0300
commitf29db856e7a736dd5109223d71c548367bc127ae (patch)
treef4ae1561dcf0fe8914a95b1beceb970fb10ec3fa /Documentation/config.txt
parent4de0bbd8985ea057050994c5b254c9ef3d845c1e (diff)
parent05bb5a2584ca0e1c87a2135a83c5573b9337d06f (diff)
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/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 bf9479e4eb..54597f1897 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -996,7 +996,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`.