X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-gc.txt;h=315f07ef1c6997c98c4e446af507c3e1e4566218;hb=0c4918d1c1722c1faaa909f3f8486d5a0d816538;hp=a9e0882e9b81fe15780785dc85e3fb2782480ae1;hpb=b43688a5bc2eaa8a5805856fc11dc3cd60e6e6ac;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]