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

2013-08-16 Thread Hiroshige Umino
Junio C Hamano wrote: > Thomas Rast writes: > >> Hiroshige Umino 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

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

2013-08-05 Thread Junio C Hamano
Thomas Rast writes: > Hiroshige Umino 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 firs

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

2013-08-03 Thread Thomas Rast
Hiroshige Umino 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. Did you me

[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 --- builtin/revert.c| 2 ++