X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=transport.h;h=51b539778c2f63591c4f032e311372b2e9975a37;hb=e627e50a70677c057e984aea8bac4c27687e9614;hp=27bfc528acb5b51006c7d61db0d1d7910adaf31c;hpb=2dc7f40d4424f66e1324a1600de3fcdd115ab07f;p=git.git diff --git a/transport.h b/transport.h index 27bfc528a..51b539778 100644 --- a/transport.h +++ b/transport.h @@ -35,6 +35,7 @@ struct transport { #define TRANSPORT_PUSH_DRY_RUN 4 #define TRANSPORT_PUSH_MIRROR 8 #define TRANSPORT_PUSH_VERBOSE 16 +#define TRANSPORT_PUSH_PORCELAIN 32 /* Returns a transport suitable for the url */ struct transport *transport_get(struct remote *, const char *);