summaryrefslogtreecommitdiff
path: root/convert.c
Commit message (Expand)AuthorAgeFilesLines
* 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 workjc/renormalize-merge-kill-safer-crlfTorsten 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`tb/t0027-raciness-fixTorsten 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 worktb/core-eol-fixTorsten Bögershausen2016-04-251-12/+7
* Merge branch 'tb/conversion'Junio C Hamano2016-02-261-90/+100
|\
| * convert.c: correct attr_action()tb/conversionTorsten 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"ls/clean-smudge-override-in-configLars Schneider2016-01-291-1/+1
* | ls-files: add eol diagnosticstb/ls-files-eolTorsten Bögershausen2016-01-181-28/+91
|/
* convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-251-1/+2
* filter_buffer_or_fd(): ignore EPIPEjc/ignore-epipe-in-filterJunio 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()cc/starts-n-ends-withChristian 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
|\
| * Add a setting to require a filter to be successfuljb/required-filterJehan Bing2012-02-171-4/+24
| * Merge branch 'jc/maint-lf-to-crlf-keep-crlf'Junio C Hamano2011-12-221-10/+50
| |\
* | \ Merge branch 'jk/maint-avoid-streaming-filtered-contents'Junio C Hamano2012-02-261-4/+25
|\ \ \
| * | | teach dry-run convert_to_git not to require a src bufferJeff King2012-02-241-2/+10
| * | | teach convert_to_git a "dry run" modeJeff King2012-02-241-2/+15
* | | | Ignore SIGPIPE when running a filter driverjb/filter-ignore-sigpipeJehan Bing2012-02-211-0/+5
|/ / /
* | | Merge branch 'jc/maint-lf-to-crlf-keep-crlf' into maintJunio C Hamano2011-12-281-10/+50
|\ \ \ | |/ / |/| / | |/
| * lf_to_crlf_filter(): resurrect CRLF->CRLF hackjc/maint-lf-to-crlf-keep-crlfJunio C Hamano2011-12-181-10/+50
* | Merge branch 'cn/maint-lf-to-crlf-filter' into maintJunio C Hamano2011-12-211-14/+40
|\ \ | |/
| * lf_to_crlf_filter(): tell the caller we added "\n" when drainingcn/maint-lf-to-crlf-filterJunio C Hamano2011-12-161-5/+7
| * convert: track state in LF-to-CRLF filterCarlos Martín Nieto2011-11-281-13/+37
* | convert.c: Fix return type of git_path_check_eol()rr/misc-fixesRamsay Jones2011-11-211-1/+1
* | convert: don't mix enum with intRamkumar Ramachandra2011-11-151-3/+3
|/
* Merge branch 'tr/maint-ident-to-git-memmove'Junio C Hamano2011-09-021-2/+2
|\
| * Use memmove in ident_to_gitThomas Rast2011-08-291-2/+2