summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dd8b883)
raw | patch | inline | side by side (parent: dd8b883)
author | Jeff King <peff@peff.net> | |
Fri, 19 Oct 2007 02:01:11 +0000 (22:01 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 19 Oct 2007 02:29:25 +0000 (22:29 -0400) |
Now that git-gc --auto tells the user to look at the man
page, it makes sense to mention the auto behavior near the
top (since this is likely to be most users' first exposure
to git-gc).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
page, it makes sense to mention the auto behavior near the
top (since this is likely to be most users' first exposure
to git-gc).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Documentation/git-gc.txt | patch | blob | history |
index b9d5660eacee03bde2360b97b80f3378972fe678..83843a549cb3ad89d15e18fcfe22ce74dbb0a81e 100644 (file)
--- a/Documentation/git-gc.txt
+++ b/Documentation/git-gc.txt
Users are encouraged to run this task on a regular basis within
each repository to maintain good disk space utilization and good
-operating performance.
+operating performance. Some git commands may automatically run
+`git-gc`; see the `--auto` flag below for details.
OPTIONS
-------