Documentation: replace: add --graft option
Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
adf8e54238
commit
78024c4e31
@ -10,6 +10,7 @@ SYNOPSIS
|
|||||||
[verse]
|
[verse]
|
||||||
'git replace' [-f] <object> <replacement>
|
'git replace' [-f] <object> <replacement>
|
||||||
'git replace' [-f] --edit <object>
|
'git replace' [-f] --edit <object>
|
||||||
|
'git replace' [-f] --graft <commit> [<parent>...]
|
||||||
'git replace' -d <object>...
|
'git replace' -d <object>...
|
||||||
'git replace' [--format=<format>] [-l [<pattern>]]
|
'git replace' [--format=<format>] [-l [<pattern>]]
|
||||||
|
|
||||||
@ -73,6 +74,13 @@ OPTIONS
|
|||||||
newly created object. See linkgit:git-var[1] for details about
|
newly created object. See linkgit:git-var[1] for details about
|
||||||
how the editor will be chosen.
|
how the editor will be chosen.
|
||||||
|
|
||||||
|
--graft <commit> [<parent>...]::
|
||||||
|
Create a graft commit. A new commit is created with the same
|
||||||
|
content as <commit> except that its parents will be
|
||||||
|
[<parent>...] instead of <commit>'s parents. A replacement ref
|
||||||
|
is then created to replace <commit> with the newly created
|
||||||
|
commit.
|
||||||
|
|
||||||
-l <pattern>::
|
-l <pattern>::
|
||||||
--list <pattern>::
|
--list <pattern>::
|
||||||
List replace refs for objects that match the given pattern (or
|
List replace refs for objects that match the given pattern (or
|
||||||
|
Loading…
Reference in New Issue
Block a user