i18n: git-branch "(no branch)" message

Gettextize the "(no branch)" message that's shown by "git branch" when
you're in a detached HEAD.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Ævar Arnfjörð Bjarmason
2011-02-22 23:41:38 +00:00
committed by Junio C Hamano
parent a5760906e7
commit 409fa556ce
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ cat >expect <<'EOF'
branch-two
master
EOF
test_expect_success 'git branch shows detached HEAD properly' '
test_expect_success C_LOCALE_OUTPUT 'git branch shows detached HEAD properly' '
git checkout HEAD^0 &&
git branch >actual &&
test_cmp expect actual