summaryrefslogtreecommitdiff
path: root/convert.c
AgeCommit message (Expand)Author
2017-02-01attr: convert git_check_attrs() callers to use the new APIJunio C Hamano
2017-02-01attr: rename function and struct related to checking attributesJunio C Hamano
2016-12-19Merge branch 'jc/renormalize-merge-kill-safer-crlf'Junio C Hamano
2016-12-01convert: git cherry-pick -Xrenormalize did not workTorsten Bögershausen
2016-10-31Merge branch 'ls/filter-process'Junio C Hamano
2016-10-17i18n: convert mark error messages for translationVasco Almeida
2016-10-17convert: add filter.<driver>.process optionLars Schneider
2016-10-17convert: prepare filter.<driver>.process optionLars Schneider
2016-10-17convert: make apply_filter() adhere to standard Git error handlingLars Schneider
2016-10-17convert: quote filter names in error messagesLars Schneider
2016-08-14convert: Correct NNO tests and missing `LF will be replaced by CRLF`Torsten Bögershausen
2016-07-06convert: unify the "auto" handling of CRLFTorsten Bögershausen
2016-04-25convert.c: ident + core.autocrlf didn't workTorsten Bögershausen
2016-02-26Merge branch 'tb/conversion'Junio C Hamano
2016-02-23convert.c: correct attr_action()Torsten Bögershausen
2016-02-10convert.c: simplify text_statTorsten Bögershausen
2016-02-10convert.c: refactor crlf_actionTorsten Bögershausen
2016-02-10Merge branch 'ls/clean-smudge-override-in-config'Junio C Hamano
2016-02-08convert.c: use text_eol_is_crlf()Torsten Bögershausen
2016-02-08convert.c: remove input_crlf_action()Torsten Bögershausen
2016-02-08convert.c: remove unused parameter 'path'Torsten Bögershausen
2016-01-29convert: treat an empty string for clean/smudge filters as "cat"Lars Schneider
2016-01-19ls-files: add eol diagnosticsTorsten Bögershausen
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2015-05-20filter_buffer_or_fd(): ignore EPIPEJunio C Hamano
2014-10-08Merge branch 'sp/stream-clean-filter'Junio C Hamano
2014-08-28convert: stream from fd to required clean filter to reduce used address spaceSteffen Prohaska
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-06-20use skip_prefix to avoid magic numbersJeff King
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-07-22typofix: in-code commentsOndřej Bílka
2013-04-22Merge branch 'lf/read-blob-data-from-index'Junio C Hamano
2013-04-17convert.c: remove duplicate codeLukas Fleischer
2013-01-23convert some config callbacks to parse_config_keyJeff King
2012-02-28Merge branch 'jb/required-filter'Junio C Hamano
2012-02-27Merge branch 'jk/maint-avoid-streaming-filtered-contents'Junio C Hamano
2012-02-24teach dry-run convert_to_git not to require a src bufferJeff King
2012-02-24teach convert_to_git a "dry run" modeJeff King
2012-02-21Ignore SIGPIPE when running a filter driverJehan Bing
2012-02-17Add a setting to require a filter to be successfulJehan Bing
2011-12-28Merge branch 'jc/maint-lf-to-crlf-keep-crlf' into maintJunio C Hamano
2011-12-22Merge branch 'jc/maint-lf-to-crlf-keep-crlf'Junio C Hamano
2011-12-21Merge branch 'cn/maint-lf-to-crlf-filter' into maintJunio C Hamano
2011-12-19lf_to_crlf_filter(): resurrect CRLF->CRLF hackJunio C Hamano
2011-12-16lf_to_crlf_filter(): tell the caller we added "\n" when drainingJunio C Hamano
2011-11-28convert: track state in LF-to-CRLF filterCarlos Martín Nieto
2011-11-21convert.c: Fix return type of git_path_check_eol()Ramsay Jones
2011-11-16convert: don't mix enum with intRamkumar Ramachandra
2011-09-02Merge branch 'tr/maint-ident-to-git-memmove'Junio C Hamano
2011-08-29Use memmove in ident_to_gitThomas Rast