Re: [PATCH v2 5/6] Add regression tests for stricter tag fsck'ing

2014-09-11 Thread Johannes Schindelin
Hi Junio, On Wed, 10 Sep 2014, Junio C Hamano wrote: > Johannes Schindelin writes: > > > + test_when_finished "git update-ref -d refs/tags/wrong" && > > + git fsck --tags 2>out && > > I wonder what the command does with or without --tags option > (applies to both tests added by this patch)

Re: [PATCH v2 5/6] Add regression tests for stricter tag fsck'ing

2014-09-10 Thread Junio C Hamano
Johannes Schindelin writes: > + test_when_finished "git update-ref -d refs/tags/wrong" && > + git fsck --tags 2>out && I wonder what the command does with or without --tags option (applies to both tests added by this patch)? Does running "fsck" without the option not to report broken ta