summaryrefslogtreecommitdiff
path: root/src/filter.c
Commit message (Expand)AuthorAgeFilesLines
* update copyrightsEdward Thomson2013-01-081-1/+1
* Consolidate text buffer functionsRussell Belfer2012-11-281-69/+0
* Update of text stats calculationJameson Miller2012-11-011-4/+0
* checkout : reduce memory usage when not filteringnulltoken2012-09-171-19/+0
* checkout: introduce git_checkout_tree()nulltoken2012-09-171-25/+9
* filter: fix memory leakBen Straub2012-07-211-0/+3
* Migrate code to git_filter_blob_contents.Ben Straub2012-07-161-0/+33
* Checkout: add structure for CRLF.Ben Straub2012-07-091-3/+3
* errors: Rename the generic return codesVicent Martí2012-05-181-2/+2
* Remove old and unused error codesVicent Martí2012-05-021-4/+4
* Merge remote-tracking branch 'carlosmn/remaining-errors' into new-error-handlingVicent Martí2012-05-011-2/+2
|\
| * error handling: move the missing parts over to the new error handlingCarlos Martín Nieto2012-04-261-2/+2
* | buf: deploy git_buf_len()nulltoken2012-04-301-5/+5
|/
* Implement git_pool paged memory allocatorRussell Belfer2012-04-251-1/+1
* Add filter tests and fix some bugsRussell Belfer2012-03-021-16/+15
* config: Implement a proper cvar cacheVicent Martí2012-03-021-50/+0
* filter: Beautiful refactoringVicent Martí2012-03-011-56/+60
* filter: Properly cache filter settingsVicent Martí2012-03-011-2/+8
* filter: Precache the filter config options on loadVicent Martí2012-03-011-0/+41
* filter: Add write-to CRLF filterVicent Martí2012-02-291-93/+38
* filter: Load attributes for fileVicent Martí2012-02-281-0/+88
* filter: Apply filters before writing a file to the ODBVicent Martí2012-02-271-0/+132