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
2018-09-12
Make git_check_attr() a void function
Torsten Bögershausen
1
-23
/
+19
2018-08-20
Merge branch 'nd/no-the-index'
Junio C Hamano
1
-17
/
+24
2018-08-15
Merge branch 'jk/size-t'
Junio C Hamano
1
-3
/
+3
2018-08-15
Merge branch 'nd/i18n'
Junio C Hamano
1
-20
/
+22
2018-08-13
convert.c: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-17
/
+24
2018-08-13
attr: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-07-24
Merge branch 'bb/pedantic'
Junio C Hamano
1
-1
/
+1
2018-07-24
reencode_string: use size_t for string lengths
Jeff King
1
-3
/
+3
2018-07-23
convert.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-18
/
+20
2018-07-23
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-0
/
+1
2018-07-09
convert.c: replace "\e" escapes with "\033".
Beat Bolli
1
-1
/
+1
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-05-08
Merge branch 'ls/checkout-encoding'
Junio C Hamano
1
-1
/
+275
2018-04-16
convert: add round trip check based on 'core.checkRoundtripEncoding'
Lars Schneider
1
-0
/
+77
2018-04-16
convert: add tracing for 'working-tree-encoding' attribute
Lars Schneider
1
-0
/
+25
2018-04-16
convert: check for detectable errors in UTF encodings
Lars Schneider
1
-0
/
+61
2018-04-16
convert: add 'working-tree-encoding' attribute
Lars Schneider
1
-1
/
+112
2018-03-14
convert: convert to struct object_id
brian m. carlson
1
-6
/
+6
2018-02-15
Merge branch 'po/object-id'
Junio C Hamano
1
-3
/
+3
2018-01-30
sha1_file: convert hash_sha1_file to object_id
Patryk Obara
1
-3
/
+3
2018-01-16
convert_to_git(): safe_crlf/checksafe becomes int conv_flags
Torsten Bögershausen
1
-19
/
+19
2017-12-27
Merge branch 'tb/check-crlf-for-safe-crlf'
Junio C Hamano
1
-5
/
+14
2017-11-27
convert: tighten the safe autocrlf handling
Torsten Bögershausen
1
-5
/
+14
2017-10-23
Merge branch 'ma/ts-cleanups' into maint
Junio C Hamano
1
-2
/
+3
2017-09-22
consistently use "fallthrough" comments in switches
Jeff King
1
-1
/
+2
2017-09-19
Merge branch 'rs/strbuf-leakfix'
Junio C Hamano
1
-1
/
+3
2017-09-10
Merge branch 'ma/ts-cleanups'
Junio C Hamano
1
-2
/
+3
2017-09-10
Merge branch 'tb/apply-with-crlf' into maint
Junio C Hamano
1
-4
/
+6
2017-09-07
convert: release strbuf on error return in filter_buffer_or_fd()
Rene Scharfe
1
-1
/
+3
2017-08-26
Merge branch 'tb/apply-with-crlf'
Junio C Hamano
1
-4
/
+6
2017-08-23
convert: always initialize attr_action in convert_attrs
Martin Ågren
1
-2
/
+3
2017-08-16
convert: add SAFE_CRLF_KEEP_CRLF
Torsten Bögershausen
1
-4
/
+6
2017-08-11
Merge branch 'jt/subprocess-handshake'
Junio C Hamano
1
-68
/
+7
2017-08-11
Merge branch 'sb/hashmap-cleanup'
Junio C Hamano
1
-2
/
+1
2017-08-11
Merge branch 'ls/filter-process-delayed'
Junio C Hamano
1
-52
/
+150
2017-07-26
sub-process: refactor handshake to common function
Jonathan Tan
1
-68
/
+7
2017-07-26
Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshake
Junio C Hamano
1
-52
/
+150
2017-07-05
convert/sub-process: drop cast to hashmap_cmp_fn
Stefan Beller
1
-2
/
+1
2017-06-30
convert: add "status=delayed" to filter process protocol
Lars Schneider
1
-16
/
+94
2017-06-30
convert: refactor capabilities negotiation
Lars Schneider
1
-12
/
+27
2017-06-30
hashmap.h: compare function has access to a data field
Stefan Beller
1
-1
/
+2
2017-06-29
convert: move multiple file filter error handling to separate function
Lars Schneider
1
-21
/
+26
2017-06-29
convert: put the flags field before the flag itself for consistent style
Lars Schneider
1
-5
/
+5
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-13
convert: convert renormalize_buffer to take an index
Brandon Williams
1
-2
/
+4
2017-06-13
convert: convert convert_to_git to take an index
Brandon Williams
1
-3
/
+4
2017-06-13
convert: convert convert_to_git_filter_fd to take an index
Brandon Williams
1
-2
/
+3
2017-06-13
convert: convert crlf_to_git to take an index
Brandon Williams
1
-6
/
+8
[next]