Re: [PATCH] cherry-pick: allow - as abbreviation of '@{-1}'

2013-08-16 Thread Hiroshige Umino
Junio C Hamano gits...@pobox.com wrote: Thomas Rast tr...@inf.ethz.ch writes: Hiroshige Umino hiroshig...@gmail.com writes: As git cherry-pick - or git merge - is convenient to switch back to or merge the previous branch, git cherry-pick - is abbreviation of git cherry-pick @{-1} to pick

Re: [PATCH] cherry-pick: allow - as abbreviation of '@{-1}'

2013-08-05 Thread Junio C Hamano
Thomas Rast tr...@inf.ethz.ch writes: Hiroshige Umino hiroshig...@gmail.com writes: As git cherry-pick - or git merge - is convenient to switch back to or merge the previous branch, git cherry-pick - is abbreviation of git cherry-pick @{-1} to pick up a commit from the previous branch

Re: [PATCH] cherry-pick: allow - as abbreviation of '@{-1}'

2013-08-03 Thread Thomas Rast
Hiroshige Umino hiroshig...@gmail.com writes: As git cherry-pick - or git merge - is convenient to switch back to or merge the previous branch, git cherry-pick - is abbreviation of git cherry-pick @{-1} to pick up a commit from the previous branch conveniently. The first line is confusing.

[PATCH] cherry-pick: allow - as abbreviation of '@{-1}'

2013-08-02 Thread Hiroshige Umino
As git cherry-pick - or git merge - is convenient to switch back to or merge the previous branch, git cherry-pick - is abbreviation of git cherry-pick @{-1} to pick up a commit from the previous branch conveniently. Signed-off-by: Hiroshige Umino hiroshig...@gmail.com --- builtin/revert.c