Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config: don't include config.h by default
[gitweb.git]
/
builtin
/
fetch.c
diff --git
a/builtin/fetch.c
b/builtin/fetch.c
index 5f2c2ab23e4cde17747147f23dcedaebe66c74a3..1fe8f6238557d932b02fb2f5dabf85eb863450b1 100644
(file)
--- a/
builtin/fetch.c
+++ b/
builtin/fetch.c
@@
-2,6
+2,7
@@
* "git fetch"
*/
#include "cache.h"
+#include "config.h"
#include "refs.h"
#include "commit.h"
#include "builtin.h"