Skip to content

Commit

Permalink
Documentation/git-gc: explain --auto in description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff King authored and Shawn O. Pearce committed Oct 19, 2007
1 parent dd8b883 commit 08fbb13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/git-gc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down

0 comments on commit 08fbb13

Please sign in to comment.