Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
ls-files: use repository object
[gitweb.git]
/
builtin
/
fetch.c
diff --git
a/builtin/fetch.c
b/builtin/fetch.c
index 100248c5afe3e1c16fa7fe79696200aeb5d1bde2..16cf8421ce4cc2221e6ed59110928328693481fb 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"