aboutsummaryrefslogtreecommitdiff
path: root/src/util/git-gc-repo.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/git-gc-repo.pl')
-rwxr-xr-xsrc/util/git-gc-repo.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/git-gc-repo.pl b/src/util/git-gc-repo.pl
index d232cde..6b602d1 100755
--- a/src/util/git-gc-repo.pl
+++ b/src/util/git-gc-repo.pl
@@ -1,7 +1,7 @@
#! /usr/bin/perl -w
# Collect garbage in the repository if it grown in size by more than a
-# factor of 10.
+# factor of two.
# 2010-01-29 Erik Schnetter <schnetter@cct.lsu.edu>