summaryrefslogtreecommitdiff
path: root/Documentation/git-gc.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-07-05 11:56:53 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-07-05 11:56:53 -0700
commitad9d8e8f0f13e054ee30fcdcdb51973ddcfadb37 (patch)
tree7b8f807cb10afdb7e94e090f7bedc3e7faf36429 /Documentation/git-gc.txt
parentUpdates from the list to 1.7.2 Release Notes (diff)
parentt0006: test timezone parsing (diff)
downloadtgif-ad9d8e8f0f13e054ee30fcdcdb51973ddcfadb37.tar.xz
Merge branch 'maint'
* maint: t0006: test timezone parsing rerere.txt: Document forget subcommand Documentation/git-gc.txt: add reference to githooks
Diffstat (limited to 'Documentation/git-gc.txt')
-rw-r--r--Documentation/git-gc.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt
index a9e0882e9b..315f07ef1c 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]