Skip to content

Commit 41d018d

Browse files
peffgitster
authored andcommitted
rev-list: document --reflog option
This is mostly used internally, but it does not hurt to explain it. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 458a7e5 commit 41d018d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/rev-list-options.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ respectively, and they must begin with `refs/` when applied to `--glob`
168168
or `--all`. If a trailing '/{asterisk}' is intended, it must be given
169169
explicitly.
170170

171+
--reflog::
172+
Pretend as if all objects mentioned by reflogs are listed on the
173+
command line as `<commit>`.
174+
171175
--ignore-missing::
172176
Upon seeing an invalid object name in the input, pretend as if
173177
the bad input was not given.

0 commit comments

Comments
 (0)