| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'en/incl-forward-decl' | Junio C Hamano | 2018-08-20 | 1 | -0/+2 |
|\ |
|
| * | Add missing includes and forward declarations | Elijah Newren | 2018-08-15 | 1 | -0/+2 |
* | | convert.c: remove an implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-08-13 | 1 | -5/+10 |
* | | convert.h: drop 'extern' from function declaration | Nguyễn Thái Ngọc Duy | 2018-08-03 | 1 | -27/+29 |
|/ |
|
* | Merge branch 'ls/checkout-encoding' | Junio C Hamano | 2018-05-08 | 1 | -0/+2 |
|\ |
|
| * | convert: add round trip check based on 'core.checkRoundtripEncoding' | Lars Schneider | 2018-04-16 | 1 | -0/+1 |
| * | convert: add 'working-tree-encoding' attribute | Lars Schneider | 2018-04-16 | 1 | -0/+1 |
* | | convert: convert to struct object_idbc/object-id | brian m. carlson | 2018-03-14 | 1 | -1/+1 |
|/ |
|
* | convert_to_git(): safe_crlf/checksafe becomes int conv_flagstb/crlf-conv-flags | Torsten Bögershausen | 2018-01-16 | 1 | -10/+7 |
* | Merge branch 'tb/apply-with-crlf' | Junio C Hamano | 2017-08-26 | 1 | -1/+2 |
|\ |
|
| * | convert: add SAFE_CRLF_KEEP_CRLF | Torsten Bögershausen | 2017-08-16 | 1 | -1/+2 |
* | | Merge branch 'ls/filter-process-delayed' | Junio C Hamano | 2017-08-11 | 1 | -0/+26 |
|\ \
| |/
|/| |
|
| * | convert: add "status=delayed" to filter process protocol | Lars Schneider | 2017-06-30 | 1 | -0/+26 |
* | | convert: convert renormalize_buffer to take an index | Brandon Williams | 2017-06-13 | 1 | -1/+2 |
* | | convert: convert convert_to_git to take an index | Brandon Williams | 2017-06-13 | 1 | -3/+5 |
* | | convert: convert convert_to_git_filter_fd to take an index | Brandon Williams | 2017-06-13 | 1 | -1/+2 |
* | | convert: convert get_cached_convert_stats_ascii to take an index | Brandon Williams | 2017-06-13 | 1 | -1/+4 |
|/ |
|
* | convert: unify the "auto" handling of CRLF | Torsten Bögershausen | 2016-07-06 | 1 | -1/+2 |
* | ls-files: add eol diagnosticstb/ls-files-eol | Torsten Bögershausen | 2016-01-18 | 1 | -0/+3 |
* | convert: stream from fd to required clean filter to reduce used address space | Steffen Prohaska | 2014-08-28 | 1 | -0/+5 |
* | convert: drop arguments other than 'path' from would_convert_to_git() | Steffen Prohaska | 2014-08-21 | 1 | -3/+2 |
* | typofix: in-code comments | Ondřej Bílka | 2013-07-22 | 1 | -1/+1 |
* | teach convert_to_git a "dry run" mode | Jeff King | 2012-02-24 | 1 | -0/+5 |
* | stream filter: add "no more input" to the filters | Junio C Hamano | 2011-05-26 | 1 | -0/+7 |
* | Add streaming filter API | Junio C Hamano | 2011-05-26 | 1 | -1/+22 |
* | convert.h: move declarations for conversion from cache.h | Junio C Hamano | 2011-05-26 | 1 | -0/+44 |