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 \
>> +
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
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
3 matches
Mail list logo