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

Re: [PATCH 53/67] drop strcpy in favor of raw sha1_to_hex

From: Jeff King <hidden>
Date: 2016-06-15 23:06:37

On Fri, Sep 18, 2015 at 03:24:37PM -0400, Eric Sunshine wrote:
quoted
                fprintf(stderr, "updating '%s'", ref->name);
                if (strcmp(ref->name, ref->peer_ref->name))
                        fprintf(stderr, " using '%s'", ref->peer_ref->name);
-               fprintf(stderr, "\n  from %s\n  to   %s\n", old_hex, new_hex);
+               fprintf(stderr, "\n  from %s\n  to   %s\n",
+                       sha1_to_hex(ref->old_sha1), sha1_to_hex(ref->new_sha1));
Would it make sense for the commit message can mention that when this
code was written originally, it was not safe to call sha1_to_hex()
twice like this within a single expression, but became safe as of
dcb3450 (sha1_to_hex() usage cleanup, 2006-05-03)?
Sure. I suspected that was the case (there were several spots like this
in http-push.c), but didn't actually dig.

-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