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

2013-02-05 Thread Junio C Hamano
Duy Nguyen writes: > On Tue, Feb 5, 2013 at 1:38 PM, Jonathan Nieder wrote: >> Missing description. Stealing from the link you sent: >> >> The typical use-case is starting a rebase, do something else, come >> back >> the day after, run "git status" or make a new commit and wond

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

2013-02-05 Thread Duy Nguyen
On Tue, Feb 5, 2013 at 1:38 PM, Jonathan Nieder wrote: > Missing description. Stealing from the link you sent: > > The typical use-case is starting a rebase, do something else, come > back > the day after, run "git status" or make a new commit and wonder what > in the wor

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

2013-02-04 Thread Jonathan Nieder
Nguyễn Thái Ngọc Duy wrote: > Signed-off-by: Nguyễn Thái Ngọc Duy Missing description. Stealing from the link you sent: The typical use-case is starting a rebase, do something else, come back the day after, run "git status" or make a new commit and wonder what in the wo

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

2013-02-02 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy --- - avoid hardcoding SHA-1 in t7512 - I did not act on Junio's --format=%s idea because frankly I don't care much about the "on 'xxx'" part. It was Matthieu's idea and he did not make any comments on --format=%s t/t7512-status-help.sh | 87 ++