summaryrefslogtreecommitdiffstats
path: root/convert.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | convert: convert renormalize_buffer to take an indexBrandon Williams2017-06-131-2/+4
* | convert: convert convert_to_git to take an indexBrandon Williams2017-06-131-3/+4
* | convert: convert convert_to_git_filter_fd to take an indexBrandon Williams2017-06-131-2/+3
* | convert: convert crlf_to_git to take an indexBrandon Williams2017-06-131-6/+8
* | convert: convert get_cached_convert_stats_ascii to take an indexBrandon Williams2017-06-131-2/+3
* | convert: update subprocess_read_status() to not die on EOFBen Peart2017-05-151-2/+8
* | sub-process: move sub-process functions into separate filesBen Peart2017-05-151-103/+1
* | convert: rename reusable sub-process functionsBen Peart2017-05-151-20/+20
* | convert: update generic functions to only use generic data structuresBen Peart2017-05-151-18/+23
* | convert: separate generic structures and variables from the filter specific onesBen Peart2017-05-151-15/+20
* | convert: split start_multi_file_filter() into two separate functionsBen Peart2017-05-151-24/+34
* | convert: move packet_write_line() into pkt-line as packet_writel()Ben Peart2017-05-081-21/+2
* | convert: remove erroneous tests for errno == EPIPEBen Peart2017-05-081-2/+2
|/
* attr: convert git_check_attrs() callers to use the new APIJunio C Hamano2017-02-011-11/+6
* attr: rename function and struct related to checking attributesJunio C Hamano2017-02-011-6/+6
* Merge branch 'jc/renormalize-merge-kill-safer-crlf'Junio C Hamano2016-12-191-6/+7
|\
| * convert: git cherry-pick -Xrenormalize did not workTorsten Bögershausen2016-12-011-6/+7
* | Merge branch 'ls/filter-process'Junio C Hamano2016-10-311-41/+335
|\ \
| * | convert: add filter.<driver>.process optionLars Schneider2016-10-171-6/+295
| * | convert: prepare filter.<driver>.process optionLars Schneider2016-10-171-26/+34
| * | convert: make apply_filter() adhere to standard Git error handlingLars Schneider2016-10-171-9/+6
| * | convert: quote filter names in error messagesLars Schneider2016-10-171-6/+6
| |/
* / i18n: convert mark error messages for translationVasco Almeida2016-10-171-4/+8
|/
* convert: Correct NNO tests and missing `LF will be replaced by CRLF`Torsten Bögershausen2016-08-141-40/+57
* convert: unify the "auto" handling of CRLFTorsten Bögershausen2016-07-061-20/+22
* convert.c: ident + core.autocrlf didn't workTorsten Bögershausen2016-04-251-12/+7
* Merge branch 'tb/conversion'Junio C Hamano2016-02-261-90/+100
|\
| * convert.c: correct attr_action()Torsten Bögershausen2016-02-231-9/+9
| * convert.c: simplify text_statTorsten Bögershausen2016-02-101-25/+22
| * convert.c: refactor crlf_actionTorsten Bögershausen2016-02-101-31/+46
| * convert.c: use text_eol_is_crlf()Torsten Bögershausen2016-02-081-6/+14
| * convert.c: remove input_crlf_action()Torsten Bögershausen2016-02-081-23/+14
| * convert.c: remove unused parameter 'path'Torsten Bögershausen2016-02-081-10/+9
* | Merge branch 'ls/clean-smudge-override-in-config'Junio C Hamano2016-02-101-1/+1
|\ \ | |/ |/|
| * convert: treat an empty string for clean/smudge filters as "cat"Lars Schneider2016-01-291-1/+1
* | ls-files: add eol diagnosticsTorsten Bögershausen2016-01-181-28/+91
|/
* convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-251-1/+2
* filter_buffer_or_fd(): ignore EPIPEJunio C Hamano2015-05-201-1/+6
* Merge branch 'sp/stream-clean-filter'Junio C Hamano2014-10-081-6/+49
|\
| * convert: stream from fd to required clean filter to reduce used address spaceSteffen Prohaska2014-08-281-6/+49
* | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+1
|/
* use skip_prefix to avoid magic numbersJeff King2014-06-201-2/+2
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-1/+1
* typofix: in-code commentsOndřej Bílka2013-07-221-1/+1
* Merge branch 'lf/read-blob-data-from-index'Junio C Hamano2013-04-211-25/+2
|\
| * convert.c: remove duplicate codeLukas Fleischer2013-04-171-25/+2
* | convert some config callbacks to parse_config_keyJeff King2013-01-231-9/+5
|/
* Merge branch 'jb/required-filter'Junio C Hamano2012-02-281-4/+24
|\