Re: [PATCH v3 0/5] nd/branch-show-rebase-bisect-state updates

2013-03-20 Thread Junio C Hamano
Duy Nguyen writes: >> I think the message should better say "before you started to bisect >> you were on 'jch'" or something instead. > > How about > > * (no branch, bisect started on jch) > > then? Sure. What you are showing is used only to decide where "git bisect reset" goes to, I think. --

Re: [PATCH v3 0/5] nd/branch-show-rebase-bisect-state updates

2013-03-20 Thread Duy Nguyen
On Wed, Mar 20, 2013 at 1:37 AM, Junio C Hamano wrote: > I was running "git bisect start pu jch" (jch is a branch I do not > push out everywhere that is somewhere in the middle of > "master..pu"), and then after bisection finished, saw this: > > $ git branch --with 66887099e096f0258a5ef3b1e745

Re: [PATCH v3 0/5] nd/branch-show-rebase-bisect-state updates

2013-03-19 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > This round fixes the design issue of read_and_strip_branch(), makes > use of jc/reflog-reverse-walk and performs cheaper sha-1 check on > detached commits. I was running "git bisect start pu jch" (jch is a branch I do not push out everywhere that is somewhere in t

[PATCH v3 0/5] nd/branch-show-rebase-bisect-state updates

2013-03-13 Thread Nguyễn Thái Ngọc Duy
This round fixes the design issue of read_and_strip_branch(), makes use of jc/reflog-reverse-walk and performs cheaper sha-1 check on detached commits. Nguyễn Thái Ngọc Duy (5): wt-status: move strbuf into read_and_strip_branch() wt-status: split wt_status_state parsing function out wt-statu