Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 6d3c4e9

Browse files
committed
Merge branch 'fc/rerere-conflict-style'
* fc/rerere-conflict-style: rerere: fix for merge.conflictstyle
2 parents 520cd9c + de3d8bb commit 6d3c4e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builtin/rerere.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ int cmd_rerere(int argc, const char **argv, const char *prefix)
6060

6161
argc = parse_options(argc, argv, prefix, options, rerere_usage, 0);
6262

63+
git_config(git_xmerge_config, NULL);
64+
6365
if (autoupdate == 1)
6466
flags = RERERE_AUTOUPDATE;
6567
if (autoupdate == 0)

0 commit comments

Comments
 (0)