Skip to content

Commit b03709e

Browse files
committed
Merge branch 'ah/merge-usage-i18n-fix'
i18n update. * ah/merge-usage-i18n-fix: merge: don't translate literal commands
2 parents d6e35a2 + a30e43f commit b03709e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builtin/merge.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ struct strategy {
5656

5757
static const char * const builtin_merge_usage[] = {
5858
N_("git merge [<options>] [<commit>...]"),
59-
N_("git merge --abort"),
60-
N_("git merge --continue"),
59+
"git merge --abort",
60+
"git merge --continue",
6161
NULL
6262
};
6363

0 commit comments

Comments
 (0)