]> git.ipfire.org Git - thirdparty/git.git/commitdiff
CoC: explicitly take any whitespace breakage
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Jan 2021 17:43:31 +0000 (09:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Jan 2021 17:44:49 +0000 (09:44 -0800)
We'll keep this document mostly in sync with the upstream; let's
help "git am" and "git show" by telling them that they may introduce
what we may consider whitespace errors.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitattributes

index b08a1416d86012134f823fe51443f498f4911909..b0044cf272fec9b987e99c600d6a95bc357261c3 100644 (file)
@@ -6,6 +6,7 @@
 *.pm eol=lf diff=perl
 *.py eol=lf diff=python
 *.bat eol=crlf
+CODE_OF_CONDUCT.md -whitespace
 /Documentation/**/*.txt eol=lf
 /command-list.txt eol=lf
 /GIT-VERSION-GEN eol=lf