Skip to content

Commit

Permalink
rerere.h: mark string for translation
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Ruester <matthias.ruester@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Matthias Ruester authored and Junio C Hamano committed Sep 15, 2014
1 parent 96db324 commit 3424a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rerere.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ extern void rerere_clear(struct string_list *);
extern void rerere_gc(struct string_list *);

#define OPT_RERERE_AUTOUPDATE(v) OPT_UYN(0, "rerere-autoupdate", (v), \
"update the index with reused conflict resolution if possible")
N_("update the index with reused conflict resolution if possible"))

#endif

0 comments on commit 3424a02

Please sign in to comment.