Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-rev-list(1): group options; reformat; document more options
[gitweb.git]
/
Documentation
/
git-repack.txt
diff --git
a/Documentation/git-repack.txt
b/Documentation/git-repack.txt
index d2f9a44382f3e74860bb5f489acf2843281ffb1c..951622774af70e92590740c27fe021223f29442a 100644
(file)
--- a/
Documentation/git-repack.txt
+++ b/
Documentation/git-repack.txt
@@
-38,6
+38,7
@@
OPTIONS
-d::
After packing, if the newly created packs make some
existing packs redundant, remove the redundant packs.
+ Also runs gitlink:git-prune-packed[1].
-l::
Pass the `--local` option to `git pack-objects`, see