author | Jeff King <peff@peff.net> | |
Thu, 19 Feb 2009 03:34:44 +0000 (22:34 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 19 Feb 2009 03:59:21 +0000 (19:59 -0800) | ||
commit | 0afc304406196e4470fd2a628c3733e966068d98 | |
tree | e4219b7f20a23e01af35f9c1f2add4da8e4725c3 | tree | snapshot |
parent | 66648ad7fed840adef0343a1e0bf5188d32f5569 | commit | diff |
add basic branch display tests
We were not testing the output of "git branch" anywhere.
Not only does this not protect us against regressions in the
output, but we are not exercising code paths which may have
bugs (such as the one fixed by 45e2b61).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
We were not testing the output of "git branch" anywhere.
Not only does this not protect us against regressions in the
output, but we are not exercising code paths which may have
bugs (such as the one fixed by 45e2b61).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3203-branch-output.sh | [new file with mode: 0755] | blob |