summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-12-28 15:20:52 -0800
committerJunio C Hamano <gitster@pobox.com>2017-12-28 15:20:52 -0800
commit68e72b77e38cd977e75ab3e6e439a98a1d80e5d8 (patch)
treecd4002833c27711c19ca04f5baae1177179dcc94 /rev-list-options.txt
parent0f1291dcb49cd80bdb333eecb5f978a6a5ac3818 (diff)
downloadgit-htmldocs-68e72b77e38cd977e75ab3e6e439a98a1d80e5d8.tar.gz
Autogenerated HTML docs for v2.16.0-rc0
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index 8d8b7f492..22f5c9b43 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -686,6 +686,11 @@ ifdef::git-rev-list[]
all object IDs which I need to download if I have the commit
object _bar_ but not _foo_''.
+--in-commit-order::
+ Print tree and blob ids in order of the commits. The tree
+ and blob ids are printed after they are first referenced
+ by a commit.
+
--objects-edge::
Similar to `--objects`, but also print the IDs of excluded
commits prefixed with a ``-'' character. This is used by