summaryrefslogtreecommitdiffstats
path: root/convert.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-201-0/+2
|\
| * Add missing includes and forward declarationsElijah Newren2018-08-151-0/+2
* | convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-5/+10
* | convert.h: drop 'extern' from function declarationNguyễn Thái Ngọc Duy2018-08-031-27/+29
|/
* Merge branch 'ls/checkout-encoding'Junio C Hamano2018-05-081-0/+2
|\
| * convert: add round trip check based on 'core.checkRoundtripEncoding'Lars Schneider2018-04-161-0/+1
| * convert: add 'working-tree-encoding' attributeLars Schneider2018-04-161-0/+1
* | convert: convert to struct object_idbrian m. carlson2018-03-141-1/+1
|/
* convert_to_git(): safe_crlf/checksafe becomes int conv_flagsTorsten Bögershausen2018-01-161-10/+7
* Merge branch 'tb/apply-with-crlf'Junio C Hamano2017-08-261-1/+2
|\
| * convert: add SAFE_CRLF_KEEP_CRLFTorsten Bögershausen2017-08-161-1/+2
* | Merge branch 'ls/filter-process-delayed'Junio C Hamano2017-08-111-0/+26
|\ \ | |/ |/|
| * convert: add "status=delayed" to filter process protocolLars Schneider2017-06-301-0/+26
* | convert: convert renormalize_buffer to take an indexBrandon Williams2017-06-131-1/+2
* | convert: convert convert_to_git to take an indexBrandon Williams2017-06-131-3/+5
* | convert: convert convert_to_git_filter_fd to take an indexBrandon Williams2017-06-131-1/+2
* | convert: convert get_cached_convert_stats_ascii to take an indexBrandon Williams2017-06-131-1/+4
|/
* convert: unify the "auto" handling of CRLFTorsten Bögershausen2016-07-061-1/+2
* ls-files: add eol diagnosticsTorsten Bögershausen2016-01-181-0/+3
* convert: stream from fd to required clean filter to reduce used address spaceSteffen Prohaska2014-08-281-0/+5
* convert: drop arguments other than 'path' from would_convert_to_git()Steffen Prohaska2014-08-211-3/+2
* typofix: in-code commentsOndřej Bílka2013-07-221-1/+1
* teach convert_to_git a "dry run" modeJeff King2012-02-241-0/+5
* stream filter: add "no more input" to the filtersJunio C Hamano2011-05-261-0/+7
* Add streaming filter APIJunio C Hamano2011-05-261-1/+22
* convert.h: move declarations for conversion from cache.hJunio C Hamano2011-05-261-0/+44