Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
rev-list: document --reflog option
author
Jeff King
<peff@peff.net>
Wed, 15 Oct 2014 22:43:28 +0000
(18:43 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 19 Oct 2014 22:07:07 +0000
(15:07 -0700)
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>
Documentation/rev-list-options.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
458a7e5
)
diff --git
a/Documentation/rev-list-options.txt
b/Documentation/rev-list-options.txt
index 5d311b8d46712ab0efb863d3ecd009386476a092..4cf94c680399de7345fa4c634e9387168ebd6c8a 100644
(file)
--- 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.