Signed-off-by: Tay Ray Chuan <rctay89@xxxxxxxxx> --- Changes from v1: - Rebased on git/next and resolved a conflict with the recent refactoring of print_push_status() in transports. transport.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/transport.h b/transport.h index 531731e..c61aacf 100644 --- a/transport.h +++ b/transport.h @@ -99,8 +99,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 #define TRANSPORT_SUMMARY_WIDTH (2 * DEFAULT_ABBREV + 3) /* Returns a transport suitable for the url */ -- 1.7.0.20.gcb44ed -- 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