summaryrefslogtreecommitdiff
path: root/transport.h
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@shadowen.org>2007-11-09 23:32:25 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-11-10 05:14:10 (GMT)
commit94c89ba662e964c544fdb171dc8dd33f95b97942 (patch)
tree2a212d2d9ead2df95b715693d6341a4cd4bcb984 /transport.h
parent28b9d6e548322755bbdb24c28a493862f61b1eba (diff)
downloadgit-94c89ba662e964c544fdb171dc8dd33f95b97942.zip
git-94c89ba662e964c544fdb171dc8dd33f95b97942.tar.gz
git-94c89ba662e964c544fdb171dc8dd33f95b97942.tar.bz2
git-push: plumb in --mirror mode
Plumb in the --mirror mode for git-push. Signed-off-by: Andy Whitcroft <apw@shadowen.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'transport.h')
-rw-r--r--transport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/transport.h b/transport.h
index d27f562..7f337d2 100644
--- a/transport.h
+++ b/transport.h
@@ -30,6 +30,7 @@ struct transport {
#define TRANSPORT_PUSH_ALL 1
#define TRANSPORT_PUSH_FORCE 2
#define TRANSPORT_PUSH_DRY_RUN 4
+#define TRANSPORT_PUSH_MIRROR 8
/* Returns a transport suitable for the url */
struct transport *transport_get(struct remote *, const char *);