Re: [PATCH v7 13/19] fsck: Optionally ignore specific fsck issues completely

2015-06-22 Thread Johannes Schindelin
Hi Junio, On 2015-06-22 20:04, Junio C Hamano wrote: > Johannes Schindelin writes: > >> +git --git-dir=dst/.git branch -D bogus && >> +git --git-dir=dst/.git config --add \ >> +receive.fsck.missingEmail ignore && >> +git --git-dir=dst/.git config --add \ >> +

Re: [PATCH v7 13/19] fsck: Optionally ignore specific fsck issues completely

2015-06-22 Thread Junio C Hamano
Johannes Schindelin writes: > + git --git-dir=dst/.git branch -D bogus && > + git --git-dir=dst/.git config --add \ > + receive.fsck.missingEmail ignore && > + git --git-dir=dst/.git config --add \ > + receive.fsck.badDate warn && Funny double-SP (will local

[PATCH v7 13/19] fsck: Optionally ignore specific fsck issues completely

2015-06-22 Thread Johannes Schindelin
An fsck issue in a legacy repository might be so common that one would like not to bother the user with mentioning it at all. With this change, that is possible by setting the respective message type to "ignore". This change "abuses" the missingEmail=warn test to verify that "ignore" is also accep