summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-01-12 15:46:02 -0800
committerJunio C Hamano <gitster@pobox.com>2015-01-12 15:46:02 -0800
commit629edffc595fbc63ec34137cf469c03566f878e5 (patch)
tree4e6a2a3d1bc54d860e1e30cdfcb8fc6a58b43216 /rev-list-options.txt
parentc9394b27831f7632b4d570c5e6ee3d2a7d9e7a6e (diff)
downloadgit-htmldocs-629edffc595fbc63ec34137cf469c03566f878e5.tar.gz
Autogenerated HTML docs for v2.3.0-rc0
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index afccfdc23..2984f407a 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -653,10 +653,15 @@ These options are mostly targeted for packing of Git repositories.
--objects-edge::
Similar to `--objects`, but also print the IDs of excluded
commits prefixed with a ``-'' character. This is used by
- linkgit:git-pack-objects[1] to build ``thin'' pack, which records
+ linkgit:git-pack-objects[1] to build a ``thin'' pack, which records
objects in deltified form based on objects contained in these
excluded commits to reduce network traffic.
+--objects-edge-aggressive::
+ Similar to `--objects-edge`, but it tries harder to find excluded
+ commits at the cost of increased time. This is used instead of
+ `--objects-edge` to build ``thin'' packs for shallow repositories.
+
--unpacked::
Only useful with `--objects`; print the object IDs that are not
in packs.