aboutsummaryrefslogtreecommitdiffstats
path: root/convert.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-09config: use git_config_string() for core.checkRoundTripEncodingJeff King1-1/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-1/+1
2022-07-14checkout: fix two bugs on the final count of updated entriesMatheus Tavares1-1/+5
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano1-11/+11
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee1-10/+10
2021-03-18convert: add classification for conv_attrs structJeff Hostetler1-0/+33
2021-03-18convert: add get_stream_filter_ca() variantJeff Hostetler1-0/+2
2021-03-18convert: add [async_]convert_to_working_tree_ca() variantsJeff Hostetler1-9/+28
2021-03-18convert: make convert_attrs() and convert structs publicJeff Hostetler1-0/+24
2020-03-16convert: provide additional metadata to filtersbrian m. carlson1-0/+17
2020-03-16convert: permit passing additional metadata to filter processesbrian m. carlson1-2/+10
2019-09-03am: reload .gitattributes after patching itbrian m. carlson1-0/+6
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano1-0/+2
2018-08-15Add missing includes and forward declarationsElijah Newren1-0/+2
2018-08-13convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy1-5/+10
2018-08-03convert.h: drop 'extern' from function declarationNguyễn Thái Ngọc Duy1-27/+29
2018-05-08Merge branch 'ls/checkout-encoding'Junio C Hamano1-0/+2
2018-04-16convert: add round trip check based on 'core.checkRoundtripEncoding'Lars Schneider1-0/+1
2018-04-16convert: add 'working-tree-encoding' attributeLars Schneider1-0/+1
2018-03-14convert: convert to struct object_idbrian m. carlson1-1/+1
2018-01-16convert_to_git(): safe_crlf/checksafe becomes int conv_flagsTorsten Bögershausen1-10/+7
2017-08-26Merge branch 'tb/apply-with-crlf'Junio C Hamano1-1/+2
2017-08-16convert: add SAFE_CRLF_KEEP_CRLFTorsten Bögershausen1-1/+2
2017-08-11Merge branch 'ls/filter-process-delayed'Junio C Hamano1-0/+26
2017-06-30convert: add "status=delayed" to filter process protocolLars Schneider1-0/+26
2017-06-13convert: convert renormalize_buffer to take an indexBrandon Williams1-1/+2
2017-06-13convert: convert convert_to_git to take an indexBrandon Williams1-3/+5
2017-06-13convert: convert convert_to_git_filter_fd to take an indexBrandon Williams1-1/+2
2017-06-13convert: convert get_cached_convert_stats_ascii to take an indexBrandon Williams1-1/+4
2016-07-06convert: unify the "auto" handling of CRLFTorsten Bögershausen1-1/+2
2016-01-18ls-files: add eol diagnosticsTorsten Bögershausen1-0/+3
2014-08-28convert: stream from fd to required clean filter to reduce used address spaceSteffen Prohaska1-0/+5
2014-08-21convert: drop arguments other than 'path' from would_convert_to_git()Steffen Prohaska1-3/+2
2013-07-22typofix: in-code commentsOndřej Bílka1-1/+1
2012-02-24teach convert_to_git a "dry run" modeJeff King1-0/+5
2011-05-26stream filter: add "no more input" to the filtersJunio C Hamano1-0/+7
2011-05-26Add streaming filter APIJunio C Hamano1-1/+22
2011-05-26convert.h: move declarations for conversion from cache.hJunio C Hamano1-0/+44