Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
refspec: move refspec parsing logic into its own file
[gitweb.git]
/
builtin
/
fetch.c
diff --git
a/builtin/fetch.c
b/builtin/fetch.c
index 7ee83ac0f8170d9e68c374a21caebfe01cf64533..1fce68e9acc8152909b3bc52f2afd7442e43be45 100644
(file)
--- a/
builtin/fetch.c
+++ b/
builtin/fetch.c
@@
-5,6
+5,7
@@
#include "config.h"
#include "repository.h"
#include "refs.h"
+#include "refspec.h"
#include "commit.h"
#include "builtin.h"
#include "string-list.h"