summaryrefslogtreecommitdiff
path: root/src/crlf.c
Commit message (Expand)AuthorAgeFilesLines
* update copyrightsEdward Thomson2013-01-081-1/+1
* Consolidate text buffer functionsRussell Belfer2012-11-281-8/+5
* Add git_repository_hashfile to hash with filtersRussell Belfer2012-09-111-2/+3
* Alternate test for autocrlf with statusRussell Belfer2012-09-061-1/+1
* Checkout: crlf filter.Ben Straub2012-07-311-8/+80
* Checkout: obey core.symlinks.Ben Straub2012-07-171-1/+1
* Checkout: add structure for CRLF.Ben Straub2012-07-091-2/+18
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-1/+1
* errors: Rename the generic return codesVicent Martí2012-05-181-3/+3
* global: Change parameter ordering in APIVicent Martí2012-05-181-3/+3
* Support reading attributes from indexRussell Belfer2012-05-031-1/+2
* Remove old and unused error codesVicent Martí2012-05-021-2/+1
* buf: deploy git_buf_len()nulltoken2012-04-301-2/+2
* error-handling: RepositoryVicent Martí2012-03-071-2/+1
* Add filter tests and fix some bugsRussell Belfer2012-03-021-40/+20
* config: Implement a proper cvar cacheVicent Martí2012-03-021-2/+10
* attr: Change the attribute check macrosVicent Martí2012-03-021-4/+4
* filter: Beautiful refactoringVicent Martí2012-03-011-34/+82
* filter: Add write-to CRLF filterVicent Martí2012-02-291-0/+193