Re: [PATCH v2 06/12] wt-status.c: split rebase detection out of wt_status_get_state()

2016-04-20 Thread Duy Nguyen
On Wed, Apr 20, 2016 at 8:48 PM, Ramsay Jones wrote: > > > On 20/04/16 14:24, Nguyễn Thái Ngọc Duy wrote: >> worktree.c:find_shared_symref() later needs to know if a branch is being >> rebased, and only rebased only. Split this code so it can be used >

Re: [PATCH v2 06/12] wt-status.c: split rebase detection out of wt_status_get_state()

2016-04-20 Thread Ramsay Jones
On 20/04/16 14:24, Nguyễn Thái Ngọc Duy wrote: > worktree.c:find_shared_symref() later needs to know if a branch is being > rebased, and only rebased only. Split this code so it can be used ^ Err ... what? ATB, Ramsay Jones -- To unsubscribe from this list: send

[PATCH v2 06/12] wt-status.c: split rebase detection out of wt_status_get_state()

2016-04-20 Thread Nguyễn Thái Ngọc Duy
worktree.c:find_shared_symref() later needs to know if a branch is being rebased, and only rebased only. Split this code so it can be used independently from other in-progress tests. Signed-off-by: Nguyễn Thái Ngọc Duy --- wt-status.c | 23 +-- wt-status.h