Re: [PATCH 5/5] branch: show more information when HEAD is detached

2013-03-03 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > This prints more helpful info when HEAD is detached: is it detached > because of bisect or rebase? What is the original branch name in those > cases? Is it detached because the user checks out a remote ref or a > tag (and which one)? > > Signed-off-by: Nguyễn Thái

[PATCH 5/5] branch: show more information when HEAD is detached

2013-03-03 Thread Nguyễn Thái Ngọc Duy
This prints more helpful info when HEAD is detached: is it detached because of bisect or rebase? What is the original branch name in those cases? Is it detached because the user checks out a remote ref or a tag (and which one)? Signed-off-by: Nguyễn Thái Ngọc Duy --- builtin/branch.c