aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cai <johncai86@gmail.com>2023-05-12 21:34:40 +0000
committerJunio C Hamano <gitster@pobox.com>2023-05-12 14:54:13 -0700
commit283174b214c4c5416772dcacbc6389dd192969a0 (patch)
tree5a64d5b9880b9f1c841bb5065fd8ad79c84d2910
parentThe sixteenth batch (diff)
downloadgit-283174b214c4c5416772dcacbc6389dd192969a0.tar.gz
git-283174b214c4c5416772dcacbc6389dd192969a0.zip
docs: clarify git-pack-refs --all will pack all refs
--all packs not just branch tips but anything under refs/ with the exception of hidden refs and broken refs. Clarify this in the documentation. Signed-off-by: John Cai <johncai86@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-pack-refs.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-pack-refs.txt b/Documentation/git-pack-refs.txt
index 154081f2de..22f0066500 100644
--- a/Documentation/git-pack-refs.txt
+++ b/Documentation/git-pack-refs.txt
@@ -51,8 +51,9 @@ The command by default packs all tags and refs that are already
packed, and leaves other refs
alone. This is because branches are expected to be actively
developed and packing their tips does not help performance.
-This option causes branch tips to be packed as well. Useful for
-a repository with many branches of historical interests.
+This option causes all refs to be packed as well, with the exception
+of hidden refs, broken refs, and symbolic refs. Useful for a repository
+with many branches of historical interests.
--no-prune::