Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'fc/rerere-conflict-style'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 3 Jun 2014 19:06:45 +0000
(12:06 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 3 Jun 2014 19:06:45 +0000
(12:06 -0700)
* fc/rerere-conflict-style:
rerere: fix for merge.conflictstyle
builtin/rerere.c
patch
|
blob
|
history
raw
(from parent 1:
520cd9c
)
diff --git
a/builtin/rerere.c
b/builtin/rerere.c
index 4e51addb3e135465bdb728bb00c5dc3dd53b7c51..98eb8c5404914e4046fdb886866b611351deeacf 100644
(file)
--- a/
builtin/rerere.c
+++ b/
builtin/rerere.c
@@
-60,6
+60,8
@@
int cmd_rerere(int argc, const char **argv, const char *prefix)
argc = parse_options(argc, argv, prefix, options, rerere_usage, 0);
+ git_config(git_xmerge_config, NULL);
+
if (autoupdate == 1)
flags = RERERE_AUTOUPDATE;
if (autoupdate == 0)