replace: allow long option names
It is now standard practice in Git to have both short and long option names. So let's give a long option name to the git replace options too. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
b8fcce1e7f
commit
ed0ff80984
@ -54,13 +54,16 @@ achieve the same effect as the `--no-replace-objects` option.
|
||||
OPTIONS
|
||||
-------
|
||||
-f::
|
||||
--force::
|
||||
If an existing replace ref for the same object exists, it will
|
||||
be overwritten (instead of failing).
|
||||
|
||||
-d::
|
||||
--delete::
|
||||
Delete existing replace refs for the given objects.
|
||||
|
||||
-l <pattern>::
|
||||
--list <pattern>::
|
||||
List replace refs for objects that match the given pattern (or
|
||||
all if no pattern is given).
|
||||
Typing "git replace" without arguments, also lists all replace
|
||||
|
||||
Reference in New Issue
Block a user