diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-01-20 14:40:48 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-20 14:40:48 -0800 |
commit | 533e8af50ed6e89eabc421478c9021c4da5f404d (patch) | |
tree | 3eb2af3a9800ee068363e3e267dd2347b884c2bd /transport.h | |
parent | 0877510ad4e8b951b08f9cbb25cfc0d994468979 (diff) | |
parent | e9fcd1e2121100d43d2d212eb6c6f1fc82aade1d (diff) | |
download | git-533e8af50ed6e89eabc421478c9021c4da5f404d.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/transport.h b/transport.h index 7a242fe3bd..7cea5cc723 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 *); |