Code

gettextize: git-bisect bisect_replay + $1 messages
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 14 Sep 2010 12:17:01 +0000 (12:17 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 30 Oct 2010 07:58:26 +0000 (07:58 +0000)
commit765ffcc92358ceb3703f2ea9ede579b6ae7d38e5
tree38d41b280ac84913c7631b57f815c5c722ccd7d2
parentebda28b216d83e0949eaebab7d4d18d4b036815f
gettextize: 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>
git-bisect.sh