Skip to content

Commit ada8710

Browse files
committed
Merge branch 'fc/rerere-conflict-style' into maint
"git rerere forget" did not work well when merge.conflictstyle was set to a non-default value. * fc/rerere-conflict-style: rerere: fix for merge.conflictstyle
2 parents 5327207 + de3d8bb commit ada8710

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)