sha1dc: ignore indent-with-non-tab whitespace violations
commit5d184f468e59cd9c5b51b5c139540015c8e41b18
authorJeff King <peff@peff.net>
Tue, 6 Jun 2017 19:01:11 +0000 (6 15:01 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Jun 2017 00:25:07 +0000 (7 09:25 +0900)
treea9831859e381d65f5b6373b41113ac3556305a71
parenta0103914c228cee430b37faab212d1769e8218a0
sha1dc: ignore indent-with-non-tab whitespace violations

The upstream sha1dc code indents some lines with spaces.
While this doesn't match Git's coding guidelines, it's better
to leave this imported code untouched than to try to make it
match our style. However, we can use .gitattributes to tell
"diff --check" and "git am" not to bother us about it.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1dc/.gitattributes [new file with mode: 0644]