From: Jeff King Date: Wed, 15 Oct 2014 22:43:28 +0000 (-0400) Subject: rev-list: document --reflog option X-Git-Tag: v2.3.1~3^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/41d018d146f03f7b9320c7492d7cbde5df9f68a1?ds=inline;hp=--cc rev-list: document --reflog option This is mostly used internally, but it does not hurt to explain it. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- 41d018d146f03f7b9320c7492d7cbde5df9f68a1 diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 5d311b8d46..4cf94c6803 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 ``. + --ignore-missing:: Upon seeing an invalid object name in the input, pretend as if the bad input was not given.