aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-gc.txt
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2007-05-31 19:00:48 -0400
committerJunio C Hamano <junkio@cox.net>2007-05-31 16:22:28 -0700
commit5049012f4f9fc754c68d5e89ddabd4f664cea0a7 (patch)
tree70e1a2386e8d4df1e00f207dee647badc257e9b9 /Documentation/git-gc.txt
parentb75c6c6de1e8f801edb142b59e7809a166a63adc (diff)
downloadgit-5049012f4f9fc754c68d5e89ddabd4f664cea0a7.tar.gz
Fix minor grammatical typos in the git-gc man page
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-gc.txt')
-rw-r--r--Documentation/git-gc.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt
index 4ac839f938..c7742ca963 100644
--- a/Documentation/git-gc.txt
+++ b/Documentation/git-gc.txt
@@ -37,10 +37,10 @@ OPTIONS
--aggressive::
Usually 'git-gc' runs very quickly while providing good disk
- space utilization and performance. This option will cause
- git-gc to more aggressive optimize the repository at the expense
+ space utilization and performance. This option will cause
+ git-gc to more aggressively optimize the repository at the expense
of taking much more time. The effects of this optimization are
- persistent, so this option only needs to be sporadically; every
+ persistent, so this option only needs to be used occasionally; every
few hundred changesets or so.
Configuration