index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
convert.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
parse_config_key(): return subsection len as size_t
Jeff King
2020-04-10
1
-1
/
+1
*
convert: provide additional metadata to filters
brian m. carlson
2020-03-16
1
-0
/
+22
*
convert: permit passing additional metadata to filter processes
brian m. carlson
2020-03-16
1
-10
/
+34
*
Merge branch 'mt/use-passed-repo-more-in-funcs'
Junio C Hamano
2020-02-14
1
-1
/
+1
|
\
|
*
sha1-file: pass git_hash_algo to hash_object_file()
Matheus Tavares
2020-01-31
1
-1
/
+1
*
|
Merge branch 'js/convert-typofix'
Junio C Hamano
2020-02-12
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
convert: fix typo
Johannes Schindelin
2020-02-11
1
-1
/
+1
*
|
Merge branch 'rs/skip-iprefix'
Junio C Hamano
2019-12-01
1
-14
/
+8
|
\
\
|
*
|
convert: use skip_iprefix() in validate_encoding()
René Scharfe
2019-11-10
1
-14
/
+8
|
|
/
*
/
Fix spelling errors in code comments
Elijah Newren
2019-11-10
1
-1
/
+1
|
/
*
Merge branch 'rs/convert-fix-utf-without-dash'
Junio C Hamano
2019-10-09
1
-4
/
+4
|
\
|
*
convert: fix handling of dashless UTF prefix in validate_encoding()
René Scharfe
2019-10-06
1
-4
/
+4
*
|
am: reload .gitattributes after patching it
brian m. carlson
2019-09-04
1
-1
/
+20
*
|
Merge branch 'jh/resize-convert-scratch-buffer'
Junio C Hamano
2019-04-09
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
convert: avoid malloc of original file size
Joey Hess
2019-03-08
1
-1
/
+1
*
|
Merge branch 'jk/unused-parameter-cleanup'
Junio C Hamano
2019-02-07
1
-14
/
+14
|
\
\
|
*
|
convert: drop path parameter from actual conversion functions
Jeff King
2019-01-24
1
-7
/
+7
|
*
|
convert: drop len parameter from conversion checks
Jeff King
2019-01-24
1
-7
/
+7
*
|
|
Merge branch 'nd/the-index-final'
Junio C Hamano
2019-02-07
1
-1
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-1
/
+0
|
|
/
*
|
Merge branch 'nd/style-opening-brace'
Junio C Hamano
2019-01-18
1
-1
/
+2
|
\
\
|
*
|
style: the opening '{' of a function is in a separate line
Nguyễn Thái Ngọc Duy
2018-12-10
1
-1
/
+2
|
|
/
*
/
Indent code with TABs
Nguyễn Thái Ngọc Duy
2018-12-09
1
-3
/
+3
|
/
*
Make git_check_attr() a void function
Torsten Bögershausen
2018-09-13
1
-23
/
+19
*
Merge branch 'nd/no-the-index'
Junio C Hamano
2018-08-20
1
-17
/
+24
|
\
|
*
convert.c: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-08-13
1
-17
/
+24
|
*
attr: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-08-13
1
-1
/
+1
*
|
Merge branch 'jk/size-t'
Junio C Hamano
2018-08-16
1
-3
/
+3
|
\
\
|
*
|
reencode_string: use size_t for string lengths
Jeff King
2018-07-24
1
-3
/
+3
*
|
|
Merge branch 'nd/i18n'
Junio C Hamano
2018-08-16
1
-20
/
+22
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
convert.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2018-07-23
1
-18
/
+20
|
*
|
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
2018-07-23
1
-3
/
+3
|
|
/
*
|
Merge branch 'bb/pedantic'
Junio C Hamano
2018-07-24
1
-1
/
+1
|
\
\
|
*
|
convert.c: replace "\e" escapes with "\033".
Beat Bolli
2018-07-09
1
-1
/
+1
|
|
/
*
|
Merge branch 'sb/object-store-grafts'
Junio C Hamano
2018-07-18
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
Merge branch 'ls/checkout-encoding'
Junio C Hamano
2018-05-08
1
-1
/
+275
|
\
\
|
|
/
|
/
|
|
*
convert: add round trip check based on 'core.checkRoundtripEncoding'
Lars Schneider
2018-04-16
1
-0
/
+77
|
*
convert: add tracing for 'working-tree-encoding' attribute
Lars Schneider
2018-04-16
1
-0
/
+25
|
*
convert: check for detectable errors in UTF encodings
Lars Schneider
2018-04-16
1
-0
/
+61
|
*
convert: add 'working-tree-encoding' attribute
Lars Schneider
2018-04-16
1
-1
/
+112
*
|
convert: convert to struct object_id
brian m. carlson
2018-03-14
1
-6
/
+6
*
|
Merge branch 'po/object-id'
Junio C Hamano
2018-02-15
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
sha1_file: convert hash_sha1_file to object_id
Patryk Obara
2018-01-30
1
-3
/
+3
*
|
convert_to_git(): safe_crlf/checksafe becomes int conv_flags
Torsten Bögershausen
2018-01-16
1
-19
/
+19
|
/
*
Merge branch 'tb/check-crlf-for-safe-crlf'
Junio C Hamano
2017-12-27
1
-5
/
+14
|
\
|
*
convert: tighten the safe autocrlf handling
Torsten Bögershausen
2017-11-27
1
-5
/
+14
|
*
Merge branch 'ma/ts-cleanups' into maint
Junio C Hamano
2017-10-23
1
-2
/
+3
|
|
\
|
*
\
Merge branch 'tb/apply-with-crlf' into maint
Junio C Hamano
2017-09-10
1
-4
/
+6
|
|
\
\
*
|
|
|
consistently use "fallthrough" comments in switches
Jeff King
2017-09-22
1
-1
/
+2
[next]