aboutsummaryrefslogtreecommitdiff
path: root/http-push.c
diff options
context:
space:
mode:
authorDaniel Barkalow <barkalow@iabervon.org>2007-05-12 11:45:59 -0400
committerJunio C Hamano <junkio@cox.net>2007-05-20 21:32:56 -0700
commit6b62816cb12e621c5952f088542bec6dfc7ec5d6 (patch)
tree45afa3043e69ded4f02c7f8c65f1f45bad9bf57a /http-push.c
parent5751f49010ec54164b93529e31165e71f5996856 (diff)
downloadgit-6b62816cb12e621c5952f088542bec6dfc7ec5d6.tar.gz
git-6b62816cb12e621c5952f088542bec6dfc7ec5d6.tar.xz
Move refspec parser from connect.c and cache.h to remote.{c,h}
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'http-push.c')
-rw-r--r--http-push.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/http-push.c b/http-push.c
index e3f767582..79d2c3860 100644
--- a/http-push.c
+++ b/http-push.c
@@ -9,6 +9,7 @@
#include "diff.h"
#include "revision.h"
#include "exec_cmd.h"
+#include "remote.h"
#include <expat.h>