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
/
push.c
diff --git
a/builtin/push.c
b/builtin/push.c
index ac3705370e12fda53da086f33c6b47925a48873c..fa65999b27567d0db639cea3883a8cd846241c23 100644
(file)
--- a/
builtin/push.c
+++ b/
builtin/push.c
@@
-4,6
+4,7
@@
#include "cache.h"
#include "config.h"
#include "refs.h"
+#include "refspec.h"
#include "run-command.h"
#include "builtin.h"
#include "remote.h"