git-reflog.txt: Document new commands --updateref and --rewrite
Signed-off-by: Brandon Casey <drafnel@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
059f13045a
commit
cf2756ae19
@ -80,6 +80,15 @@ them.
|
|||||||
--all::
|
--all::
|
||||||
Instead of listing <refs> explicitly, prune all refs.
|
Instead of listing <refs> explicitly, prune all refs.
|
||||||
|
|
||||||
|
--updateref::
|
||||||
|
Update the ref with the sha1 of the top reflog entry (i.e.
|
||||||
|
<ref>@\{0\}) after expiring or deleting.
|
||||||
|
|
||||||
|
--rewrite::
|
||||||
|
While expiring or deleting, adjust each reflog entry to ensure
|
||||||
|
that the `old` sha1 field points to the `new` sha1 field of the
|
||||||
|
previous entry.
|
||||||
|
|
||||||
--verbose::
|
--verbose::
|
||||||
Print extra information on screen.
|
Print extra information on screen.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user