]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/clone.c
refspec: move refspec parsing logic into its own file
[thirdparty/git.git] / builtin / clone.c
index 84f1473d19dc5a521e58c0bc1a7363808888dff1..6d1614ed372fd6a0a9a3a4c930709679b555de80 100644 (file)
@@ -14,6 +14,7 @@
 #include "parse-options.h"
 #include "fetch-pack.h"
 #include "refs.h"
+#include "refspec.h"
 #include "tree.h"
 #include "tree-walk.h"
 #include "unpack-trees.h"