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

Re: [PATCH] pretty.c: add %z specifier.

From: Jeff King <hidden>
Date: 2016-06-15 22:44:24

On Thu, Mar 20, 2008 at 09:48:16PM -0700, Junio C Hamano wrote:
quoted
+	case 'z':		/* null */
+		strbuf_addch(sb, '\0');
+		return 1;
 	}

 	/* these depend on the commit */
I do not like this at all.  Why aren't we doing %XX (2 hexadecimal digits
for an octet)?
Because %ad is already taken? :)

%x* is still available, though, so maybe %x00?

-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