Re: [PATCH v2 02/53] Clean up outstanding object_id transforms.

2017-05-03 Thread brian m. carlson
On Tue, May 02, 2017 at 11:05:14AM -0700, Brandon Williams wrote: > On 05/01, brian m. carlson wrote: > > - if (!logobj && commit_reflog->recno >= 0 && > > is_null_sha1(reflog->ooid.hash)) { > > + if (!logobj && commit_reflog->recno >= 0 && is_null_oid(>ooid)) > > { > > Not relevant to this

Re: [PATCH v2 02/53] Clean up outstanding object_id transforms.

2017-05-02 Thread Brandon Williams
On 05/01, brian m. carlson wrote: > The semantic patch for standard object_id transforms found two > outstanding places where we could make a transformation automatically. > Apply these changes. > > Signed-off-by: brian m. carlson > --- > builtin/diff.c | 2 +- >