* .gitattributes: Ignore blanks at EOL in texinfo.tex.
This commit is contained in:
parent
200a47d45c
commit
5b82ae8599
2 changed files with 7 additions and 0 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
@ -27,6 +27,9 @@ leim/MISC-DIC/pinyin.map -whitespace
|
|||
lib-src/update-game-score.exe.manifest -whitespace
|
||||
nt/nmake.defs -whitespace
|
||||
|
||||
# The upstream maintainer does not want to remove trailing whitespace.
|
||||
doc/misc/texinfo.tex -whitespace=blank-at-eol
|
||||
|
||||
# Some files should not be treated as text when diffing or merging.
|
||||
*.gpg binary
|
||||
*.gz binary
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2015-02-04 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* .gitattributes: Ignore blanks at EOL in texinfo.tex.
|
||||
|
||||
2015-01-28 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Merge from gnulib and try to repair bad merge
|
||||
|
|
Loading…
Add table
Reference in a new issue