summaryrefslogtreecommitdiff
path: root/transport.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-01-20 22:40:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-01-20 22:40:48 (GMT)
commit533e8af50ed6e89eabc421478c9021c4da5f404d (patch)
tree3eb2af3a9800ee068363e3e267dd2347b884c2bd /transport.h
parent0877510ad4e8b951b08f9cbb25cfc0d994468979 (diff)
parente9fcd1e2121100d43d2d212eb6c6f1fc82aade1d (diff)
downloadgit-533e8af50ed6e89eabc421478c9021c4da5f404d.zip
git-533e8af50ed6e89eabc421478c9021c4da5f404d.tar.gz
git-533e8af50ed6e89eabc421478c9021c4da5f404d.tar.bz2
Merge branch 'il/push-set-upstream'
* il/push-set-upstream: Add push --set-upstream Conflicts: transport.c
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 7a242fe..7cea5cc 100644
--- a/transport.h
+++ b/transport.h
@@ -91,6 +91,7 @@ struct transport {
#define TRANSPORT_PUSH_VERBOSE 16
#define TRANSPORT_PUSH_PORCELAIN 32
#define TRANSPORT_PUSH_QUIET 64
+#define TRANSPORT_PUSH_SET_UPSTREAM 128
/* Returns a transport suitable for the url */
struct transport *transport_get(struct remote *, const char *);