summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2014-10-15 22:43:28 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-10-19 22:07:07 (GMT)
commit41d018d146f03f7b9320c7492d7cbde5df9f68a1 (patch)
treeebabdacbb6ed9529e9c891770fb19341e83978e1 /Documentation
parent458a7e508c57afb6bbd4177fead21c63a0a20131 (diff)
downloadgit-41d018d146f03f7b9320c7492d7cbde5df9f68a1.zip
git-41d018d146f03f7b9320c7492d7cbde5df9f68a1.tar.gz
git-41d018d146f03f7b9320c7492d7cbde5df9f68a1.tar.bz2
rev-list: document --reflog option
This is mostly used internally, but it does not hurt to explain it. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/rev-list-options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 5d311b8..4cf94c6 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -168,6 +168,10 @@ 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>`.
+
--ignore-missing::
Upon seeing an invalid object name in the input, pretend as if
the bad input was not given.