X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=transport.h;h=7cea5cc7234185b1c37ada818dfa1a9114621ad2;hb=cbf731ed4ec511f2c32598e03d7865f35881fea2;hp=7a242fe3bd68e55e5807268e5c381c3c89f96a47;hpb=c216830f3828ae54c956a06fa6e4fdf212eecec1;p=git.git diff --git a/transport.h b/transport.h index 7a242fe3b..7cea5cc72 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 *);