aboutsummaryrefslogtreecommitdiff
path: root/convert.c
Commit message (Expand)AuthorAge
* convert/sub-process: drop cast to hashmap_cmp_fnStefan Beller2017-07-05
* hashmap.h: compare function has access to a data fieldStefan Beller2017-06-30
* Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-15
* | convert: convert renormalize_buffer to take an indexBrandon Williams2017-06-13
* | convert: convert convert_to_git to take an indexBrandon Williams2017-06-13
* | convert: convert convert_to_git_filter_fd to take an indexBrandon Williams2017-06-13
* | convert: convert crlf_to_git to take an indexBrandon Williams2017-06-13
* | convert: convert get_cached_convert_stats_ascii to take an indexBrandon Williams2017-06-13
* | convert: update subprocess_read_status() to not die on EOFBen Peart2017-05-15
* | sub-process: move sub-process functions into separate filesBen Peart2017-05-15
* | convert: rename reusable sub-process functionsBen Peart2017-05-15
* | convert: update generic functions to only use generic data structuresBen Peart2017-05-15
* | convert: separate generic structures and variables from the filter specific onesBen Peart2017-05-15
* | convert: split start_multi_file_filter() into two separate functionsBen Peart2017-05-15
* | convert: move packet_write_line() into pkt-line as packet_writel()Ben Peart2017-05-08
* | convert: remove erroneous tests for errno == EPIPEBen Peart2017-05-08
|/
* attr: convert git_check_attrs() callers to use the new APIJunio C Hamano2017-02-01
* attr: rename function and struct related to checking attributesJunio C Hamano2017-02-01
* Merge branch 'jc/renormalize-merge-kill-safer-crlf'Junio C Hamano2016-12-19
|\
| * convert: git cherry-pick -Xrenormalize did not workTorsten Bögershausen2016-12-01
* | Merge branch 'ls/filter-process'Junio C Hamano2016-10-31
|\ \
| * | convert: add filter.<driver>.process optionLars Schneider2016-10-17
| * | convert: prepare filter.<driver>.process optionLars Schneider2016-10-17
| * | convert: make apply_filter() adhere to standard Git error handlingLars Schneider2016-10-17
| * | convert: quote filter names in error messagesLars Schneider2016-10-17
| |/
* | i18n: convert mark error messages for translationVasco Almeida2016-10-17
|/
* convert: Correct NNO tests and missing `LF will be replaced by CRLF`Torsten Bögershausen2016-08-14
* convert: unify the "auto" handling of CRLFTorsten Bögershausen2016-07-06
* convert.c: ident + core.autocrlf didn't workTorsten Bögershausen2016-04-25
* Merge branch 'tb/conversion'Junio C Hamano2016-02-26
|\
| * convert.c: correct attr_action()Torsten Bögershausen2016-02-23
| * convert.c: simplify text_statTorsten Bögershausen2016-02-10
| * convert.c: refactor crlf_actionTorsten Bögershausen2016-02-10
| * convert.c: use text_eol_is_crlf()Torsten Bögershausen2016-02-08
| * convert.c: remove input_crlf_action()Torsten Bögershausen2016-02-08
| * convert.c: remove unused parameter 'path'Torsten Bögershausen2016-02-08
* | Merge branch 'ls/clean-smudge-override-in-config'Junio C Hamano2016-02-10
|\ \ | |/ |/|
| * convert: treat an empty string for clean/smudge filters as "cat"Lars Schneider2016-01-29
* | ls-files: add eol diagnosticsTorsten Bögershausen2016-01-18
|/
* convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-25
* filter_buffer_or_fd(): ignore EPIPEJunio C Hamano2015-05-20
* Merge branch 'sp/stream-clean-filter'Junio C Hamano2014-10-08
|\
| * convert: stream from fd to required clean filter to reduce used address spaceSteffen Prohaska2014-08-28
* | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
|/
* use skip_prefix to avoid magic numbersJeff King2014-06-20
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* typofix: in-code commentsOndřej Bílka2013-07-22
* Merge branch 'lf/read-blob-data-from-index'Junio C Hamano2013-04-21
|\
| * convert.c: remove duplicate codeLukas Fleischer2013-04-17