Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rs/apply-avoid-over-reading'
[gitweb.git]
/
builtin
/
fetch.c
diff --git
a/builtin/fetch.c
b/builtin/fetch.c
index 4c8d055d6e3099339b503d7fd862f5f5de1a5c9e..1838a9abfba61b76a52e96520b9dc559cf4747a2 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"