diff options
author | Daniel Barkalow <barkalow@iabervon.org> | 2007-05-12 17:45:59 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-21 06:32:56 +0200 |
commit | 6b62816cb12e621c5952f088542bec6dfc7ec5d6 (patch) | |
tree | 45afa3043e69ded4f02c7f8c65f1f45bad9bf57a /send-pack.c | |
parent | Move remote parsing into a library file out of builtin-push. (diff) | |
download | git-6b62816cb12e621c5952f088542bec6dfc7ec5d6.tar.xz git-6b62816cb12e621c5952f088542bec6dfc7ec5d6.zip |
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 'send-pack.c')
-rw-r--r-- | send-pack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/send-pack.c b/send-pack.c index 83ee87dcf8..3fe696cddc 100644 --- a/send-pack.c +++ b/send-pack.c @@ -4,6 +4,7 @@ #include "refs.h" #include "pkt-line.h" #include "run-command.h" +#include "remote.h" static const char send_pack_usage[] = "git-send-pack [--all] [--force] [--receive-pack=<git-receive-pack>] [--verbose] [--thin] [<host>:]<directory> [<ref>...]\n" |