diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-01-20 23:40:48 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-20 23:40:48 +0100 |
commit | 533e8af50ed6e89eabc421478c9021c4da5f404d (patch) | |
tree | 3eb2af3a9800ee068363e3e267dd2347b884c2bd /transport.h | |
parent | Merge branch 'jk/warn-author-committer-after-commit' (diff) | |
parent | Add push --set-upstream (diff) | |
download | git-533e8af50ed6e89eabc421478c9021c4da5f404d.tar.xz git-533e8af50ed6e89eabc421478c9021c4da5f404d.zip |
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 *); |