summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 42a0ea9)
raw | patch | inline | side by side (parent: 42a0ea9)
author | Brandon Casey <drafnel@gmail.com> | |
Mon, 28 Sep 2009 14:56:00 +0000 (09:56 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 29 Sep 2009 15:27:45 +0000 (08:27 -0700) |
The default --aggressive window has been 250 since 1c192f34 "gc
--aggressive: make it really aggressive", released in git v1.6.3.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
--aggressive: make it really aggressive", released in git v1.6.3.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Documentation/git-gc.txt | patch | blob | history |
index dcac8c8e2970c23454f206321292583945ede8c5..1f6df6ad6b374ee92952221856953d2c960a7f7e 100644 (file)
--- a/Documentation/git-gc.txt
+++ b/Documentation/git-gc.txt
the repository when the --aggressive option is specified. The larger
the value, the more time is spent optimizing the delta compression. See
the documentation for the --window' option in linkgit:git-repack[1] for
-more details. This defaults to 10.
+more details. This defaults to 250.
The optional configuration variable 'gc.pruneExpire' controls how old
the unreferenced loose objects have to be before they are pruned. The