Skip to content

Commit

Permalink
rev-list: document --reflog option
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Oct 19, 2014
1 parent 458a7e5 commit 41d018d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/rev-list-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 41d018d

Please sign in to comment.