Signed-off-by: Tay Ray Chuan <rctay89@xxxxxxxxx> --- transport.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/transport.h b/transport.h index de2745a..d9bbabb 100644 --- a/transport.h +++ b/transport.h @@ -93,8 +93,8 @@ struct transport { #define TRANSPORT_PUSH_FORCE 2 #define TRANSPORT_PUSH_DRY_RUN 4 #define TRANSPORT_PUSH_MIRROR 8 -#define TRANSPORT_PUSH_PORCELAIN 32 -#define TRANSPORT_PUSH_SET_UPSTREAM 128 +#define TRANSPORT_PUSH_PORCELAIN 16 +#define TRANSPORT_PUSH_SET_UPSTREAM 32 /* Returns a transport suitable for the url */ struct transport *transport_get(struct remote *, const char *); -- 1.7.0.27.g5d71b -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html