summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fdcf39e)
raw | patch | inline | side by side (parent: fdcf39e)
author | Jim Meyering <jim@meyering.net> | |
Sat, 19 Jan 2008 15:23:32 +0000 (16:23 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 19 Jan 2008 19:25:37 +0000 (11:25 -0800) |
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-cherry-pick.txt | patch | blob | history | |
Documentation/git-revert.txt | patch | blob | history |
index 3bcc12c132b38008d007ed237e3641df326673af..877ab66ef5c032af09ace5597bac64fd7739f468 100644 (file)
-e|--edit::
With this option, `git-cherry-pick` will let you edit the commit
- message prior committing.
+ message prior to committing.
-x::
When recording the commit, append to the original commit
index 494fc7f84707ad77ddf3a8ae07db6a3d1089f4d9..93e20f7752f0d48faca153eef144845b2db9ce1d 100644 (file)
-e|--edit::
With this option, `git-revert` will let you edit the commit
- message prior committing the revert. This is the default if
+ message prior to committing the revert. This is the default if
you run the command from a terminal.
-m parent-number|--mainline parent-number::