On Thu, Mar 06, 2014 at 08:57:58PM -0500, Eric Sunshine wrote:
> > + if (strbuf_read(&result, cmd.out, 41) < 0)
> > + die_errno("unable to read from mktree");
> > + close(cmd.out);
> > +
> > + if (finish_command(&cmd))
> > +
On Thu, Mar 6, 2014 at 12:51 PM, Jeff King wrote:
> This allows you to run:
>
> git replace --edit SHA1
>
> to get dumped in an editor with the contents of the object
> for SHA1. The result is then read back in and used as a
> "replace" object for SHA1. The writing/reading is
> type-aware, so
This allows you to run:
git replace --edit SHA1
to get dumped in an editor with the contents of the object
for SHA1. The result is then read back in and used as a
"replace" object for SHA1. The writing/reading is
type-aware, so you get to edit "ls-tree" output rather than
the binary tree form
3 matches
Mail list logo