summaryrefslogtreecommitdiff
path: root/src/buf_text.c
Commit message (Expand)AuthorAgeFilesLines
* git_buf_text_lf_to_crlf: allow mixed line endingsEdward Thomson2015-06-221-6/+4
* Make our overflow check look more like gcc/clang'sEdward Thomson2015-02-131-10/+12
* git_buf_grow_by: increase buf asize incrementallyEdward Thomson2015-02-121-9/+4
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-1/+11
* Make binary detection work similar to vanilla gitSven Strickroth2015-01-201-1/+4
* text: Null-terminate a string if we've been gouging itvmg/attr-nullVicent Marti2014-11-211-0/+1
* crlf: pass-through mixed EOL buffers from LF->CRLFcmn/mixed-eol-passthroughCarlos Martín Nieto2014-06-231-5/+9
* Fix longstanding valgrind warningRussell Belfer2013-09-171-1/+1
* Start of filter API + git_blob_filtered_contentRussell Belfer2013-09-171-7/+12
* Skip UTF-8 BOM in binary detectionEdward Thomson2013-08-191-0/+6
* Fix the initial linecrazymaster2013-07-151-23/+18
* Fix gather_statscrazymaster2013-07-141-18/+23
* Move crlf conversion into buf_textautocrlf-fixesRussell Belfer2013-03-251-0/+77
* buf: Is this the function you were looking for?Vicent Marti2013-01-121-1/+1
* Match binary file check of core git in diffRussell Belfer2013-01-111-0/+5
* update copyrightsEdward Thomson2013-01-081-1/+1
* buf test: make sure we always set the bom variableCarlos Martín Nieto2012-11-301-0/+1
* Consolidate text buffer functionsRussell Belfer2012-11-281-0/+208