Skip to content

Commit

Permalink
Merge branch 'fc/rerere-conflict-style'
Browse files Browse the repository at this point in the history
* fc/rerere-conflict-style:
  rerere: fix for merge.conflictstyle
  • Loading branch information
Junio C Hamano committed Jun 3, 2014
2 parents 520cd9c + de3d8bb commit 6d3c4e9
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 6d3c4e9

Please sign in to comment.