]> git.ipfire.org Git - thirdparty/git.git/commit - git-rebase.sh
i18n: rebase: fix marked string to use eval_gettext variant
authorVasco Almeida <vascomalmeida@sapo.pt>
Fri, 17 Jun 2016 20:20:58 +0000 (20:20 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Jun 2016 22:45:48 +0000 (15:45 -0700)
commit24a6df489a47dab63f24caa5cc4dcbf6740049cc
tree1e611d6ae5a553526a78bda1c5a10e158daf8aa5
parentff3b018d2f7d6ed9ebf7d728b2fa2b5d0bb1b207
i18n: rebase: fix marked string to use eval_gettext variant

The string message marked for translation should use eval_gettext
variant instead of the gettext one, since we want to dollar-substitute
$head_name in the result.

Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase.sh