Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
completion: drop the hard coded list of config vars
[gitweb.git]
/
builtin
/
merge.c
diff --git
a/builtin/merge.c
b/builtin/merge.c
index 9db5a2cf16e189bb3bd0ceec7d34c6651d630225..e3681cd8501ba526a0934225dacb601f54e8d427 100644
(file)
--- a/
builtin/merge.c
+++ b/
builtin/merge.c
@@
-34,6
+34,7
@@
#include "string-list.h"
#include "packfile.h"
#include "tag.h"
+#include "alias.h"
#define DEFAULT_TWOHEAD (1<<0)
#define DEFAULT_OCTOPUS (1<<1)