i18n: git-bisect bisect_replay + $1 messages
commit55a9fc80438744eb09d2146a1c85798fbdd27764
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 21 May 2011 18:44:27 +0000 (21 18:44 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 21 May 2011 18:57:18 +0000 (21 11:57 -0700)
tree35f795ef70e3bd3ad737326c43a55b2c107b0e2f
parent7d0c2d6fbf3141cb4402987cbc2711c75490d217
i18n: git-bisect bisect_replay + $1 messages

Gettextize bisect_replay messages that use the $1 variable. Since it's
subroutine local we have to provide an alias for it for eval_gettext.

Since I was doing that anyway I've changed all other uses of $1
variable to use the alias variable for clarity.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-bisect.sh