summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-10-29 13:07:39 -0700
committerJunio C Hamano <gitster@pobox.com>2014-10-29 13:07:39 -0700
commit2a4bcbc355496c8d83b1b9f8892c4cbe8f584158 (patch)
tree4638d4f635a65f08e49c31d27c9d27f09900e756 /rev-list-options.txt
parentd2c2848ee5eb75b65de6b667b52c9235903013f7 (diff)
downloadgit-htmldocs-2a4bcbc355496c8d83b1b9f8892c4cbe8f584158.tar.gz
Autogenerated HTML docs for v2.1.3-590-g3666
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index 5d311b8d4..3301fdebf 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -168,6 +168,15 @@ respectively, and they must begin with `refs/` when applied to `--glob`
or `--all`. If a trailing '/{asterisk}' is intended, it must be given
explicitly.
+--reflog::
+ Pretend as if all objects mentioned by reflogs are listed on the
+ command line as `<commit>`.
+
+--indexed-objects::
+ Pretend as if all trees and blobs used by the index are listed
+ on the command line. Note that you probably want to use
+ `--objects`, too.
+
--ignore-missing::
Upon seeing an invalid object name in the input, pretend as if
the bad input was not given.