Hi Junio,
On Thu, 26 Apr 2018, Junio C Hamano wrote:
> Johannes Schindelin writes:
>
> > - if (export_object(&old_oid, type, raw, tmpfile))
> > - return -1;
> > - if (launch_editor(tmpfile, NULL, NULL) < 0)
> > - return error("editing object file failed");
> > - if (im
Johannes Schindelin writes:
> -if (export_object(&old_oid, type, raw, tmpfile))
> -return -1;
> -if (launch_editor(tmpfile, NULL, NULL) < 0)
> -return error("editing object file failed");
> -if (import_object(&new_oid, type, raw, tmpfile))
> +tmpfile
2 matches
Mail list logo