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
maint
Junio C Hamano 2014-06-25 11:48:54 -07:00
commit ada8710e63
1 changed files with 2 additions and 0 deletions

View File

@ -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)