X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fconfig.txt;h=54597f18979fb376e2f1d9ea29f5ac247e9df230;hb=f29db856e7a736dd5109223d71c548367bc127ae;hp=bf9479e4eb49c971b9502d072dd9be18c838ab21;hpb=4bb4d30095fbc3b1689cc656e71f6a51e43fbd69;p=git.git diff --git a/Documentation/config.txt b/Documentation/config.txt index bf9479e4e..54597f189 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`.