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

Re: [RFC/PATCH 4/4] replace: add --edit option

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

On Thu, Mar 06, 2014 at 08:57:58PM -0500, Eric Sunshine wrote:
quoted
+               if (strbuf_read(&result, cmd.out, 41) < 0)
+                       die_errno("unable to read from mktree");
+               close(cmd.out);
+
+               if (finish_command(&cmd))
+                       die("mktree reported failure");
+               if (get_sha1_hex(result.buf, sha1) < 0)
+                       die("mktree did not return an object name");
strbuf_release(&result);
Thanks for catching. I'll include it in any re-roll.

-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