diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-06-22 09:06:37 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-06-22 09:06:37 -0700 |
| commit | b9e4d89ca4eb05ec6d86600e39a8400de40e1ab9 (patch) | |
| tree | 0660aef3789907bd4c4089dbe6fdd14e1146a9c9 | |
| parent | ddbc07872e86265dc30aefa5f4d881f762120044 (diff) | |
| parent | 378b51993aa022c432b23b7f1bafd921b7c43835 (diff) | |
Merge branch 'tb/cruft-packs'
Docfix.
* tb/cruft-packs:
gc: simplify --cruft description
| -rw-r--r-- | Documentation/git-gc.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt index ba4e67700e..0af7540a0c 100644 --- a/Documentation/git-gc.txt +++ b/Documentation/git-gc.txt @@ -56,8 +56,7 @@ be performed as well. --cruft:: When expiring unreachable objects, pack them separately into a - cruft pack instead of storing the loose objects as loose - objects. + cruft pack instead of storing them as loose objects. --prune=<date>:: Prune loose objects older than date (default is 2 weeks ago, |
