]> asedeno.scripts.mit.edu Git - git.git/commitdiff
Documentation/git-gc: explain --auto in description
authorJeff King <peff@peff.net>
Fri, 19 Oct 2007 02:01:11 +0000 (22:01 -0400)
committerShawn 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>
Documentation/git-gc.txt

index b9d5660eacee03bde2360b97b80f3378972fe678..83843a549cb3ad89d15e18fcfe22ce74dbb0a81e 100644 (file)
@@ -19,7 +19,8 @@ created from prior invocations of gitlink:git-add[1].
 
 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
 -------