summaryrefslogtreecommitdiff
path: root/convert.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller1-1/+2
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-13convert: convert renormalize_buffer to take an indexBrandon Williams1-2/+4
2017-06-13convert: convert convert_to_git to take an indexBrandon Williams1-3/+4
2017-06-13convert: convert convert_to_git_filter_fd to take an indexBrandon Williams1-2/+3
2017-06-13convert: convert crlf_to_git to take an indexBrandon Williams1-6/+8
2017-06-13convert: convert get_cached_convert_stats_ascii to take an indexBrandon Williams1-2/+3
2017-05-15convert: update subprocess_read_status() to not die on EOFBen Peart1-2/+8
2017-05-15sub-process: move sub-process functions into separate filesBen Peart1-103/+1
2017-05-15convert: rename reusable sub-process functionsBen Peart1-20/+20
2017-05-15convert: update generic functions to only use generic data structuresBen Peart1-18/+23
2017-05-15convert: separate generic structures and variables from the filter specific onesBen Peart1-15/+20
2017-05-15convert: split start_multi_file_filter() into two separate functionsBen Peart1-24/+34
2017-05-08convert: move packet_write_line() into pkt-line as packet_writel()Ben Peart1-21/+2
2017-05-08convert: remove erroneous tests for errno == EPIPEBen Peart1-2/+2
2017-02-01attr: convert git_check_attrs() callers to use the new APIJunio C Hamano1-11/+6
2017-02-01attr: rename function and struct related to checking attributesJunio C Hamano1-6/+6
2016-12-19Merge branch 'jc/renormalize-merge-kill-safer-crlf'Junio C Hamano1-6/+7
2016-12-01convert: git cherry-pick -Xrenormalize did not workTorsten Bögershausen1-6/+7
2016-10-31Merge branch 'ls/filter-process'Junio C Hamano1-41/+335
2016-10-17i18n: convert mark error messages for translationVasco Almeida1-4/+8
2016-10-17convert: add filter.<driver>.process optionLars Schneider1-6/+295
2016-10-17convert: prepare filter.<driver>.process optionLars Schneider1-26/+34
2016-10-17convert: make apply_filter() adhere to standard Git error handlingLars Schneider1-9/+6
2016-10-17convert: quote filter names in error messagesLars Schneider1-6/+6
2016-08-14convert: Correct NNO tests and missing `LF will be replaced by CRLF`Torsten Bögershausen1-40/+57
2016-07-06convert: unify the "auto" handling of CRLFTorsten Bögershausen1-20/+22
2016-04-25convert.c: ident + core.autocrlf didn't workTorsten Bögershausen1-12/+7
2016-02-26Merge branch 'tb/conversion'Junio C Hamano1-90/+100
2016-02-23convert.c: correct attr_action()Torsten Bögershausen1-9/+9
2016-02-10convert.c: simplify text_statTorsten Bögershausen1-25/+22
2016-02-10convert.c: refactor crlf_actionTorsten Bögershausen1-31/+46
2016-02-10Merge branch 'ls/clean-smudge-override-in-config'Junio C Hamano1-1/+1
2016-02-08convert.c: use text_eol_is_crlf()Torsten Bögershausen1-6/+14
2016-02-08convert.c: remove input_crlf_action()Torsten Bögershausen1-23/+14
2016-02-08convert.c: remove unused parameter 'path'Torsten Bögershausen1-10/+9
2016-01-29convert: treat an empty string for clean/smudge filters as "cat"Lars Schneider1-1/+1
2016-01-18ls-files: add eol diagnosticsTorsten Bögershausen1-28/+91
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King1-1/+2
2015-05-20filter_buffer_or_fd(): ignore EPIPEJunio C Hamano1-1/+6
2014-10-08Merge branch 'sp/stream-clean-filter'Junio C Hamano1-6/+49
2014-08-28convert: stream from fd to required clean filter to reduce used address spaceSteffen Prohaska1-6/+49
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe1-2/+1
2014-06-20use skip_prefix to avoid magic numbersJeff King1-2/+2
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-1/+1
2013-07-22typofix: in-code commentsOndřej Bílka1-1/+1
2013-04-21Merge branch 'lf/read-blob-data-from-index'Junio C Hamano1-25/+2
2013-04-17convert.c: remove duplicate codeLukas Fleischer1-25/+2
2013-01-23convert some config callbacks to parse_config_keyJeff King1-9/+5