summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a146392)
raw | patch | inline | side by side (parent: a146392)
author | Chris Packham <judge.packham@gmail.com> | |
Wed, 30 Jun 2010 20:41:27 +0000 (13:41 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 2 Jul 2010 17:41:20 +0000 (10:41 -0700) |
This advertises the existence of the 'pre-auto-gc' hook and adds a cross
reference to where the hook is documented.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reference to where the hook is documented.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-gc.txt | patch | blob | history |
index 189573a3b3d459822b465d39db2f90001ffc98d3..cbe74d531af500c0e47e158830474907556a15db 100644 (file)
--- a/Documentation/git-gc.txt
+++ b/Documentation/git-gc.txt
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]