aboutsummaryrefslogtreecommitdiff
path: root/http-push.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-05-29 01:24:20 -0700
committerJunio C Hamano <junkio@cox.net>2007-05-29 01:24:20 -0700
commit322bcd9a9a2c0081c66414bde64e0d443c9ec922 (patch)
tree035f3344d2aba30f946fb545bfc9b6a9b7ee3d37 /http-push.c
parenta77a33a51df9b7655d80299487ec6fbb10445496 (diff)
parent8558fd9ece4c8250a037a6d5482a8040d600ef47 (diff)
downloadgit-322bcd9a9a2c0081c66414bde64e0d443c9ec922.tar.gz
git-322bcd9a9a2c0081c66414bde64e0d443c9ec922.tar.xz
Merge branch 'db/remote'
* db/remote: Move refspec pattern matching to match_refs(). Update local tracking refs when pushing Add handlers for fetch-side configuration of remotes. Move refspec parser from connect.c and cache.h to remote.{c,h} Move remote parsing into a library file out of builtin-push.
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>