X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-gc.txt;h=315f07ef1c6997c98c4e446af507c3e1e4566218;hb=67976c65e0e931ad73ec21e5effe3dc204003df4;hp=a9e0882e9b81fe15780785dc85e3fb2782480ae1;hpb=3919d40cfb23b2c763a4979c4a1512424adc8442;p=git.git diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt index a9e0882e9..315f07ef1 100644 --- a/Documentation/git-gc.txt +++ b/Documentation/git-gc.txt @@ -137,6 +137,13 @@ If you are expecting some objects to be collected and they aren't, check all of those locations and decide whether it makes sense in your case to remove those references. +HOOKS +----- + +The 'git gc --auto' command will run the 'pre-auto-gc' hook. See +linkgit:githooks[5] for more information. + + SEE ALSO -------- linkgit:git-prune[1]