Skip to content

Commit

Permalink
Merge branch 'fc/rerere-conflict-style' into maint
Browse files Browse the repository at this point in the history
"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
  • Loading branch information
Junio C Hamano committed Jun 25, 2014
2 parents 5327207 + de3d8bb commit ada8710
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builtin/rerere.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ada8710

Please sign in to comment.