Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
use MOVE_ARRAY
[gitweb.git]
/
builtin
/
pull.c
diff --git
a/builtin/pull.c
b/builtin/pull.c
index 7048fdf0057383e84a73f8cf55374b13beda0b2e..9b86e519b19a6180e52fda3342dec4f080e1f9e9 100644
(file)
--- a/
builtin/pull.c
+++ b/
builtin/pull.c
@@
-6,6
+6,7
@@
* Fetch one or more remote refs and merge it/them into the current HEAD.
*/
#include "cache.h"
+#include "config.h"
#include "builtin.h"
#include "parse-options.h"
#include "exec_cmd.h"