sequencer: do not translate command names
commit629444ad45b08618157b3e46431433125f730894
authorMichael J Gruber <git@grubix.eu>
Thu, 18 Aug 2022 13:13:28 +0000 (18 15:13 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Aug 2022 20:46:37 +0000 (19 13:46 -0700)
treebe97fd50791d9130fe75527bc8882ec9fe0f1050
parent1c8dfc3674fd9da7ded669b706b292ee2074db73
sequencer: do not translate command names

When action_name is used to denote a command `git %s` do not translate
since command names are never translated.

Suggested-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Michael J Gruber <git@grubix.eu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c