Fix typo in .gitattributes, fixes #280

This commit is contained in:
Peter Thorson
2013-07-27 11:29:34 -05:00
parent 485304b438
commit e457467e9b
2 changed files with 3 additions and 2 deletions

4
.gitattributes vendored
View File

@@ -1,7 +1,7 @@
# Lineendings
*.sln eol=crlf
*.vcproj eol=crlf
*.vcxproj* eol=crfl
*.vcxproj* eol=crlf
# Whitespace rules
# strict (no trailing, no tabs)
@@ -15,4 +15,4 @@
*.txt whitespace=trailing-space,space-before-tab,cr-at-eol
# special files which must ignore whitespace
*.patch whitespace=-trailing-space
*.patch whitespace=-trailing-space

View File

@@ -1,4 +1,5 @@
HEAD
- Fix typo in .gitattributes file. Thank you jstarasov for reporting this. #280
- Add missing locale include. Thank you Toninoso for reporting this. #281
- Refactors `asio_transport` endpoint and adds full documentation and exception
free varients of all methods.