summaryrefslogtreecommitdiff
path: root/Documentation/git-gc.txt
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2007-10-19 02:01:11 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2007-10-19 02:29:25 (GMT)
commit08fbb136f7440eac96f4e4396316aff36526f299 (patch)
treea42124d97ce9c5bb4013a474f2541453888e95a6 /Documentation/git-gc.txt
parentdd8b883ab9d9a18c5ec8157765244316b2490618 (diff)
downloadgit-08fbb136f7440eac96f4e4396316aff36526f299.zip
git-08fbb136f7440eac96f4e4396316aff36526f299.tar.gz
git-08fbb136f7440eac96f4e4396316aff36526f299.tar.bz2
Documentation/git-gc: explain --auto in description
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>
Diffstat (limited to 'Documentation/git-gc.txt')
-rw-r--r--Documentation/git-gc.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt
index b9d5660..83843a5 100644
--- a/Documentation/git-gc.txt
+++ b/Documentation/git-gc.txt
@@ -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
-------