Thread (9 messages) flat view 9 messages, 2 authors, 2016-06-15

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

From: Jeff King <hidden>
Date: 2016-06-15 22:55:13

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,
-		  int verbose, int porcelain, int *nonfastforward);
+		  int verbose, int porcelain, unsigned int *reject_mask);
You missed updating one call-site of this function in
builtin/send-pack.c (gcc -Wall will now complain of the signed/unsigned
mismatch in the passed-in pointer).

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help