i18n: remove i18n from tag reflog message
commitc3027be9d1962b3bf839f8e04eb05a86bc871ee9
authorJean-Noel Avila <jn.avila@free.fr>
Sun, 30 Apr 2017 21:32:47 +0000 (30 23:32 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 May 2017 02:08:02 +0000 (1 11:08 +0900)
treee1cbe443932ade56b700c3b98bf4786361b4bf07
parent027a3b943b444a3e3a76f9a89803fc10245b858f
i18n: remove i18n from tag reflog message

The building of the reflog message is using strbuf, which is not
friendly with internationalization frameworks. No other reflog
messages are translated right now and switching all the messages to
i18n would require a major rework of the way the messages are built.

Signed-off-by: Jean-Noel Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/tag.c