Re: [PATCH 1/3] t6301: new tests of for-each-ref error handling

2015-06-02 Thread Michael Haggerty
On 06/01/2015 06:08 PM, Jeff King wrote: > On Mon, Jun 01, 2015 at 05:53:49PM +0200, Michael Haggerty wrote: > >> Add tests that for-each-ref correctly reports broken loose reference >> files and references that point at missing objects. In fact, two of >> these tests fail, because (1) NULL_SHA1 i

Re: [PATCH 1/3] t6301: new tests of for-each-ref error handling

2015-06-01 Thread Junio C Hamano
Jeff King writes: > On Mon, Jun 01, 2015 at 05:53:49PM +0200, Michael Haggerty wrote: > >> Add tests that for-each-ref correctly reports broken loose reference >> files and references that point at missing objects. In fact, two of >> these tests fail, because (1) NULL_SHA1 is not recognized as an

Re: [PATCH 1/3] t6301: new tests of for-each-ref error handling

2015-06-01 Thread Jeff King
On Mon, Jun 01, 2015 at 05:53:49PM +0200, Michael Haggerty wrote: > Add tests that for-each-ref correctly reports broken loose reference > files and references that point at missing objects. In fact, two of > these tests fail, because (1) NULL_SHA1 is not recognized as an > invalid reference value