about summary refs log tree commit diff
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* Assume __NR_openat is always definedAurelien Jarno2016-03-231-0/+1
| | | | | | | | | With the 2.6.32 minimum kernel on x86 and 3.2 on other architectures, __NR_openat is always defined. Changelog: * sysdeps/unix/sysv/linux/dl-openat64.c (openat64) [__NR_openat]: Make code unconditional.
* exempt timezone files from the no-bad-whitespace policyJim Meyering2009-06-151-0/+1
* .gitattributes: New file. Exempt imported timezone files from the no-bad-whitespace rules.