diff options
author | Jason Merrill <jason@redhat.com> | 2019-10-21 23:12:04 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2019-10-21 23:12:04 -0400 |
commit | 678a1e990a478503bfcf9c932f864da1a489586c (patch) | |
tree | 38f6ab99fdb482ac4fc7191a2e76538863f31f9a | |
parent | d720518f39c7716e3fe21fb4976b5b25d6365d20 (diff) | |
download | gcc-678a1e990a478503bfcf9c932f864da1a489586c.zip gcc-678a1e990a478503bfcf9c932f864da1a489586c.tar.gz gcc-678a1e990a478503bfcf9c932f864da1a489586c.tar.bz2 |
* .gitattributes: Also check ChangeLog whitespace.
From-SVN: r277278
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | ChangeLog | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 183fdca..13debfd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ *.[cCh] whitespace=indent-with-non-tab,space-before-tab,trailing-space *.cc whitespace=indent-with-non-tab,space-before-tab,trailing-space +ChangeLog whitespace=indent-with-non-tab,space-before-tab,trailing-space @@ -1,3 +1,7 @@ +2019-10-21 Jason Merrill <jason@redhat.com> + + * .gitattributes: Also check ChangeLog whitespace. + 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com> * contrib/dg-extract-results.sh: Add support for KPASS. |