summaryrefslogtreecommitdiff
path: root/convert.h
AgeCommit message (Expand)Author
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-08-13convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-03convert.h: drop 'extern' from function declarationNguyễn Thái Ngọc Duy
2018-05-08Merge branch 'ls/checkout-encoding'Junio C Hamano
2018-04-16convert: add round trip check based on 'core.checkRoundtripEncoding'Lars Schneider
2018-04-16convert: add 'working-tree-encoding' attributeLars Schneider
2018-03-14convert: convert to struct object_idbrian m. carlson
2018-01-16convert_to_git(): safe_crlf/checksafe becomes int conv_flagsTorsten Bögershausen
2017-08-27Merge branch 'tb/apply-with-crlf'Junio C Hamano
2017-08-16convert: add SAFE_CRLF_KEEP_CRLFTorsten Bögershausen
2017-08-11Merge branch 'ls/filter-process-delayed'Junio C Hamano
2017-06-30convert: add "status=delayed" to filter process protocolLars Schneider
2017-06-13convert: convert renormalize_buffer to take an indexBrandon Williams
2017-06-13convert: convert convert_to_git to take an indexBrandon Williams
2017-06-13convert: convert convert_to_git_filter_fd to take an indexBrandon Williams
2017-06-13convert: convert get_cached_convert_stats_ascii to take an indexBrandon Williams
2016-07-06convert: unify the "auto" handling of CRLFTorsten Bögershausen
2016-01-19ls-files: add eol diagnosticsTorsten Bögershausen
2014-08-28convert: stream from fd to required clean filter to reduce used address spaceSteffen Prohaska
2014-08-21convert: drop arguments other than 'path' from would_convert_to_git()Steffen Prohaska
2013-07-22typofix: in-code commentsOndřej Bílka
2012-02-24teach convert_to_git a "dry run" modeJeff King
2011-05-26stream filter: add "no more input" to the filtersJunio C Hamano
2011-05-26Add streaming filter APIJunio C Hamano
2011-05-26convert.h: move declarations for conversion from cache.hJunio C Hamano