status: show more info than "currently not on any branch"
commitb397ea4863a143e97cb9da76c6c18cc555537d64
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 13 Mar 2013 11:42:52 +0000 (13 18:42 +0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 17 Mar 2013 05:11:02 +0000 (16 22:11 -0700)
tree3b3c8fdaca654e980e4dc108b0d8674c4220c9fa
parent3b691cccb02e660002a7ff414ad21ddac932dc6c
status: show more info than "currently not on any branch"

When a remote ref or a tag is checked out, HEAD is automatically
detached. There is no user-friendly way to find out what ref is
checked out in this case. This patch digs in reflog for this
information and shows "HEAD detached from origin/master" or "HEAD
detached at v1.8.0" instead of "currently not on any branch".

When it cannot figure out the original ref, it shows an abbreviated
SHA-1. "Currently not on any branch" would never display (unless
reflog is pruned to near empty that the last checkout entry is lost).

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7406-submodule-update.sh
t/t7512-status-help.sh
wt-status.c
wt-status.h