Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Ruester <matthias.ruester@gmail.com>2014-09-15 02:40:53 +0400
committerJunio C Hamano <gitster@pobox.com>2014-09-15 22:29:46 +0400
commit3424a02252270c40963304672ce93d75c4cdf544 (patch)
treec4950699ee028ad1535f412cd78943a79411a70b /rerere.h
parent96db324a73fdada6fbe7b63221986f8f18cc63b0 (diff)
rerere.h: mark string for translation
Signed-off-by: Matthias Ruester <matthias.ruester@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'rerere.h')
-rw-r--r--rerere.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rerere.h b/rerere.h
index 4aa06c9a51..2956c2edf2 100644
--- a/rerere.h
+++ b/rerere.h
@@ -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