diff options
| author | Junio C Hamano <gitster@pobox.com> | 2017-02-24 10:48:10 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2017-02-24 10:48:10 -0800 |
| commit | cca4f20edad04decdc268102f9a6ee2e3803bcc7 (patch) | |
| tree | da92dcd5d1a2591103dbb6684fb9e207269d3f34 | |
| parent | Merge branch 'bc/worktree-doc-fix-detached' (diff) | |
| parent | docs/git-gc: fix default value for `--aggressiveDepth` (diff) | |
| download | git-cca4f20edad04decdc268102f9a6ee2e3803bcc7.tar.gz git-cca4f20edad04decdc268102f9a6ee2e3803bcc7.zip | |
Merge branch 'ps/doc-gc-aggressive-depth-update'
Doc update.
* ps/doc-gc-aggressive-depth-update:
docs/git-gc: fix default value for `--aggressiveDepth`
| -rw-r--r-- | Documentation/git-gc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt index 852b72c679..571b5a7e3c 100644 --- a/Documentation/git-gc.txt +++ b/Documentation/git-gc.txt @@ -127,7 +127,7 @@ the documentation for the --window' option in linkgit:git-repack[1] for more details. This defaults to 250. Similarly, the optional configuration variable `gc.aggressiveDepth` -controls --depth option in linkgit:git-repack[1]. This defaults to 250. +controls --depth option in linkgit:git-repack[1]. This defaults to 50. The optional configuration variable `gc.pruneExpire` controls how old the unreferenced loose objects have to be before they are pruned. The |
