We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 520cd9c + de3d8bb commit 6d3c4e9Copy full SHA for 6d3c4e9
1 file changed
builtin/rerere.c
@@ -60,6 +60,8 @@ int cmd_rerere(int argc, const char **argv, const char *prefix)
60
61
argc = parse_options(argc, argv, prefix, options, rerere_usage, 0);
62
63
+ git_config(git_xmerge_config, NULL);
64
+
65
if (autoupdate == 1)
66
flags = RERERE_AUTOUPDATE;
67
if (autoupdate == 0)
0 commit comments