Re: [PATCH] status: show branch name if possible in in-progress info

2013-01-29 Thread Junio C Hamano
Matthieu Moy writes: > Not HEAD, but .git/rebase-merge/onto, i.e. the target of the rebase. > Ideally, I would have loved to see "rebasing master on origin/master", > but I do not think the target ref name is stored during rebase. Perhaps do it with --format=%s then. It often is useless to know

Re: [PATCH] status: show branch name if possible in in-progress info

2013-01-29 Thread Matthieu Moy
Duy Nguyen writes: > On Tue, Jan 29, 2013 at 7:31 PM, Matthieu Moy > wrote: >> I like the idea. >> >> Nguyễn Thái Ngọc Duy writes: >> >>> diff --git a/t/t7512-status-help.sh b/t/t7512-status-help.sh >>> index b3f6eb9..096ba6f 100755 >>> --- a/t/t7512-status-help.sh >>> +++ b/t/t7512-status-help

Re: [PATCH] status: show branch name if possible in in-progress info

2013-01-29 Thread Duy Nguyen
On Tue, Jan 29, 2013 at 7:31 PM, Matthieu Moy wrote: > I like the idea. > > Nguyễn Thái Ngọc Duy writes: > >> diff --git a/t/t7512-status-help.sh b/t/t7512-status-help.sh >> index b3f6eb9..096ba6f 100755 >> --- a/t/t7512-status-help.sh >> +++ b/t/t7512-status-help.sh >> @@ -76,7 +76,7 @@ test_exp

Re: [PATCH] status: show branch name if possible in in-progress info

2013-01-29 Thread Matthieu Moy
I like the idea. Nguyễn Thái Ngọc Duy writes: > diff --git a/t/t7512-status-help.sh b/t/t7512-status-help.sh > index b3f6eb9..096ba6f 100755 > --- a/t/t7512-status-help.sh > +++ b/t/t7512-status-help.sh > @@ -76,7 +76,7 @@ test_expect_success 'status when rebase in progress before > resolving c