commit | 46ab7d46ca8ae98411450f077b3023e0b7e03ea9 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Mon Jun 17 09:52:25 2013 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jun 17 09:56:32 2013 -0700 |
tree | e15e7ec1ee46a16fe8c28ee8a73f40565cfd91f1 | |
parent | edca4152560522a431a51fc0a06147fc680b5b18 [diff] |
t7512: test "detached from" as well b397ea4863a1 (status: show more info than "currently not on any branch", 2013-03-13) wanted to make sure that after a checkout to detach HEAD, the user can see where the HEAD was originally detached from. The last test added by that commit to t7512 shows one example, immediately after HEAD is detached. Enhance that test to show "detached HEAD from" form that should be shown when the user further resetted to another commit. Signed-off-by: Junio C Hamano <gitster@pobox.com>