Re: [PATCH v2 1/5] push: return reject reasons via a mask

2012-11-09 Thread Jeff King
On Sun, Nov 04, 2012 at 09:08:24PM -0600, Chris Rorvick wrote: Pass all rejection reasons back from transport_push(). The logic is simpler and more flexible with regard to providing useful feedback. [...] void transport_print_push_status(const char *dest, struct ref *refs, -

[PATCH v2 1/5] push: return reject reasons via a mask

2012-11-04 Thread Chris Rorvick
Pass all rejection reasons back from transport_push(). The logic is simpler and more flexible with regard to providing useful feedback. Signed-off-by: Chris Rorvick ch...@rorvick.com --- builtin/push.c | 13 - transport.c| 17 - transport.h|9