X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-gc.txt;h=bc1658434a61bdba41699859f103a3c8e0802d95;hb=99f171bb7ac5032dde256c02476240c0d019a5fe;hp=e37758ad15823c81d18ccc06fa4dc8775744cdcd;hpb=e3ff4b244726f89620201e3295f097cf00b6b502;p=git.git diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt index e37758ad1..bc1658434 100644 --- a/Documentation/git-gc.txt +++ b/Documentation/git-gc.txt @@ -62,6 +62,10 @@ The optional configuration variable 'gc.rerereunresolved' indicates 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`. Without the configuration, `git-pack-refs` +is not run in bare repositories by default, to allow older dumb-transport +clients fetch from the repository, but this will change in the future. See Also --------