summaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Collapse)Author
2016-03-13Fix whitespace and remove obsolete gitattributes entryPeter Eisentraut
2014-10-01Add functions for dealing with PGP armor header lines to pgcrypto.Heikki Linnakangas
This add a new pgp_armor_headers function to extract armor headers from an ASCII-armored blob, and a new overloaded variant of the armor function, for constructing an ASCII-armor with extra headers. Marko Tiikkaja and me.
2014-07-22gitattributes: Ignore time zone data files for whitespace checksPeter Eisentraut
The latest update introduced some funny whitespace, but since they are externally maintained files, we add them to the list of files to ignore.
2013-11-13gitattributes: Make syntax compatible with older Git versionsPeter Eisentraut
Avoid the use of **, which was only introduced in Git version 1.8.2.
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
Set per file type attributes in .gitattributes to fine-tune whitespace checks. With the associated cleanups, the tree is now clean for git