Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2022-06-19 08:38:50 +0300
committerJunio C Hamano <gitster@pobox.com>2022-06-21 18:58:04 +0300
commit378b51993aa022c432b23b7f1bafd921b7c43835 (patch)
tree749787d5c379ed6496518abbd59e79d797642c51 /Documentation/git-gc.txt
parenta613164257b46700ca583bdcab160c712ad392fe (diff)
gc: simplify --cruft description
Remove duplicate "loose objects". Signed-off-by: René Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-gc.txt')
-rw-r--r--Documentation/git-gc.txt3
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,