summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-11-16 00:49:02 -0800
committerJunio C Hamano <gitster@pobox.com>2008-11-16 00:49:02 -0800
commitc9d8563c815a6a90bcc15057de288684d7cae5ef (patch)
tree78b6e6e2de82947aff10f58bc309870e4eade303 /Documentation
parent47a792539a48327e62c594f2befb5c5d1e58c0f2 (diff)
parent83d0289df6fb4deae100ee3fc37b90683c2e8c9f (diff)
downloadgit-c9d8563c815a6a90bcc15057de288684d7cae5ef.tar.gz
Merge branch 'bc/maint-keep-pack'
* bc/maint-keep-pack: repack: only unpack-unreachable if we are deleting redundant packs
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-repack.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt
index bbe1485a97..aaa8852629 100644
--- a/Documentation/git-repack.txt
+++ b/Documentation/git-repack.txt
@@ -38,12 +38,11 @@ OPTIONS
dangling.
-A::
- Same as `-a`, but any unreachable objects in a previous
- pack become loose, unpacked objects, instead of being
- left in the old pack. Unreachable objects are never
- intentionally added to a pack, even when repacking.
- When used with '-d', this option
- prevents unreachable objects from being immediately
+ Same as `-a`, unless '-d' is used. Then any unreachable
+ objects in a previous pack become loose, unpacked objects,
+ instead of being left in the old pack. Unreachable objects
+ are never intentionally added to a pack, even when repacking.
+ This option prevents unreachable objects from being immediately
deleted by way of being left in the old pack and then
removed. Instead, the loose unreachable objects
will be pruned according to normal expiry rules