My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96db324
)
rerere.h: mark string for translation
author
Matthias Ruester
<matthias.ruester@gmail.com>
Sun, 14 Sep 2014 22:40:53 +0000
(
00:40
+0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 15 Sep 2014 18:29:46 +0000
(11:29 -0700)
Signed-off-by: Matthias Ruester <matthias.ruester@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
rerere.h
patch
|
blob
|
history
diff --git
a/rerere.h
b/rerere.h
index
4aa06c9
..
2956c2e
100644
(file)
--- 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