Re: [PATCH] wt-status: give better advice when cherry-pick is in progress

2013-06-17 Thread Junio C Hamano
Ralf Thielow writes: > 2013/6/17 Junio C Hamano : >> Ralf Thielow writes: >> >>> When cherry-pick is in progress, 'git status' gives the advice to >>> run "git commit" to finish the cherry-pick. However, this won't continue >>> the sequencer. >>> "git status" should give the advice of running "g

Re: [PATCH] wt-status: give better advice when cherry-pick is in progress

2013-06-17 Thread Ralf Thielow
2013/6/17 Junio C Hamano : > Ralf Thielow writes: > >> When cherry-pick is in progress, 'git status' gives the advice to >> run "git commit" to finish the cherry-pick. However, this won't continue >> the sequencer. >> "git status" should give the advice of running "git cherry-pick --continue" >> o

Re: [PATCH] wt-status: give better advice when cherry-pick is in progress

2013-06-17 Thread Junio C Hamano
Ralf Thielow writes: > When cherry-pick is in progress, 'git status' gives the advice to > run "git commit" to finish the cherry-pick. However, this won't continue > the sequencer. > "git status" should give the advice of running "git cherry-pick --continue" > or "git cherry-pick --abort". Is th

[PATCH] wt-status: give better advice when cherry-pick is in progress

2013-06-16 Thread Ralf Thielow
When cherry-pick is in progress, 'git status' gives the advice to run "git commit" to finish the cherry-pick. However, this won't continue the sequencer. "git status" should give the advice of running "git cherry-pick --continue" or "git cherry-pick --abort". Signed-off-by: Ralf Thielow --- t/t7