index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
convert.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-13
convert: convert get_cached_convert_stats_ascii to take an index
Brandon Williams
1
-2
/
+3
2017-05-15
convert: update subprocess_read_status() to not die on EOF
Ben Peart
1
-2
/
+8
2017-05-15
sub-process: move sub-process functions into separate files
Ben Peart
1
-103
/
+1
2017-05-15
convert: rename reusable sub-process functions
Ben Peart
1
-20
/
+20
2017-05-15
convert: update generic functions to only use generic data structures
Ben Peart
1
-18
/
+23
2017-05-15
convert: separate generic structures and variables from the filter specific ones
Ben Peart
1
-15
/
+20
2017-05-15
convert: split start_multi_file_filter() into two separate functions
Ben Peart
1
-24
/
+34
2017-05-08
convert: move packet_write_line() into pkt-line as packet_writel()
Ben Peart
1
-21
/
+2
2017-05-08
convert: remove erroneous tests for errno == EPIPE
Ben Peart
1
-2
/
+2
2017-02-01
attr: convert git_check_attrs() callers to use the new API
Junio C Hamano
1
-11
/
+6
2017-02-01
attr: rename function and struct related to checking attributes
Junio C Hamano
1
-6
/
+6
2016-12-19
Merge branch 'jc/renormalize-merge-kill-safer-crlf'
Junio C Hamano
1
-6
/
+7
2016-12-01
convert: git cherry-pick -Xrenormalize did not work
Torsten Bögershausen
1
-6
/
+7
2016-10-31
Merge branch 'ls/filter-process'
Junio C Hamano
1
-41
/
+335
2016-10-17
i18n: convert mark error messages for translation
Vasco Almeida
1
-4
/
+8
2016-10-17
convert: add filter.<driver>.process option
Lars Schneider
1
-6
/
+295
2016-10-17
convert: prepare filter.<driver>.process option
Lars Schneider
1
-26
/
+34
2016-10-17
convert: make apply_filter() adhere to standard Git error handling
Lars Schneider
1
-9
/
+6
2016-10-17
convert: quote filter names in error messages
Lars Schneider
1
-6
/
+6
2016-08-14
convert: Correct NNO tests and missing `LF will be replaced by CRLF`
Torsten Bögershausen
1
-40
/
+57
2016-07-06
convert: unify the "auto" handling of CRLF
Torsten Bögershausen
1
-20
/
+22
2016-04-25
convert.c: ident + core.autocrlf didn't work
Torsten Bögershausen
1
-12
/
+7
2016-02-26
Merge branch 'tb/conversion'
Junio C Hamano
1
-90
/
+100
2016-02-23
convert.c: correct attr_action()
Torsten Bögershausen
1
-9
/
+9
2016-02-10
convert.c: simplify text_stat
Torsten Bögershausen
1
-25
/
+22
2016-02-10
convert.c: refactor crlf_action
Torsten Bögershausen
1
-31
/
+46
2016-02-10
Merge branch 'ls/clean-smudge-override-in-config'
Junio C Hamano
1
-1
/
+1
2016-02-08
convert.c: use text_eol_is_crlf()
Torsten Bögershausen
1
-6
/
+14
2016-02-08
convert.c: remove input_crlf_action()
Torsten Bögershausen
1
-23
/
+14
2016-02-08
convert.c: remove unused parameter 'path'
Torsten Bögershausen
1
-10
/
+9
2016-01-29
convert: treat an empty string for clean/smudge filters as "cat"
Lars Schneider
1
-1
/
+1
2016-01-18
ls-files: add eol diagnostics
Torsten Bögershausen
1
-28
/
+91
2015-09-25
convert trivial sprintf / strcpy calls to xsnprintf
Jeff King
1
-1
/
+2
2015-05-20
filter_buffer_or_fd(): ignore EPIPE
Junio C Hamano
1
-1
/
+6
2014-10-08
Merge branch 'sp/stream-clean-filter'
Junio C Hamano
1
-6
/
+49
2014-08-28
convert: stream from fd to required clean filter to reduce used address space
Steffen Prohaska
1
-6
/
+49
2014-08-20
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
1
-2
/
+1
2014-06-20
use skip_prefix to avoid magic numbers
Jeff King
1
-2
/
+2
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-1
/
+1
2013-07-22
typofix: in-code comments
Ondřej Bílka
1
-1
/
+1
2013-04-21
Merge branch 'lf/read-blob-data-from-index'
Junio C Hamano
1
-25
/
+2
2013-04-17
convert.c: remove duplicate code
Lukas Fleischer
1
-25
/
+2
2013-01-23
convert some config callbacks to parse_config_key
Jeff King
1
-9
/
+5
2012-02-28
Merge branch 'jb/required-filter'
Junio C Hamano
1
-4
/
+24
2012-02-26
Merge branch 'jk/maint-avoid-streaming-filtered-contents'
Junio C Hamano
1
-4
/
+25
2012-02-24
teach dry-run convert_to_git not to require a src buffer
Jeff King
1
-2
/
+10
2012-02-24
teach convert_to_git a "dry run" mode
Jeff King
1
-2
/
+15
2012-02-21
Ignore SIGPIPE when running a filter driver
Jehan Bing
1
-0
/
+5
2012-02-17
Add a setting to require a filter to be successful
Jehan Bing
1
-4
/
+24
2011-12-28
Merge branch 'jc/maint-lf-to-crlf-keep-crlf' into maint
Junio C Hamano
1
-10
/
+50
[prev]
[next]