Re: [PATCH] status: show commit sha1 in "You are currently cherry-picking" message

2013-10-11 Thread Ralf Thielow
On Fri, Oct 11, 2013 at 7:42 PM, Jonathan Nieder wrote: > Ralf Thielow wrote: > >> Especially helpful when cherry-picking multiple commits. > > Neat, thanks. > > [...] >> --- a/t/t7512-status-help.sh >> +++ b/t/t7512-status-help.sh >> @@ -626,9 +626,10 @@ test_expect_success 'prepare for cherry-pi

Re: [PATCH] status: show commit sha1 in "You are currently cherry-picking" message

2013-10-11 Thread Jonathan Nieder
Ralf Thielow wrote: > Especially helpful when cherry-picking multiple commits. Neat, thanks. [...] > --- a/t/t7512-status-help.sh > +++ b/t/t7512-status-help.sh > @@ -626,9 +626,10 @@ test_expect_success 'prepare for cherry-pick conflicts' ' > test_expect_success 'status when cherry-picking bef

Re: [PATCH] status: show commit sha1 in "You are currently cherry-picking" message

2013-10-11 Thread Matthieu Moy
Ralf Thielow writes: > Especially helpful when cherry-picking multiple commits. I think this would deserve to be in the commit message (but don't consider that blocking). Other than that, looks good to me. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send

[PATCH] status: show commit sha1 in "You are currently cherry-picking" message

2013-10-11 Thread Ralf Thielow
Signed-off-by: Ralf Thielow --- Especially helpful when cherry-picking multiple commits. t/t7512-status-help.sh | 10 ++ wt-status.c| 7 +-- wt-status.h| 1 + 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/t/t7512-status-help.sh b/t/t7512-s