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
*
run-command: mark unused async callback parameters
Jeff King
2022-08-19
1
-1
/
+1
*
config: mark unused callback parameters
Jeff King
2022-08-19
1
-1
/
+1
*
convert: clarify line ending conversion warning
Alex Henrie
2022-04-08
1
-6
/
+6
*
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
2022-03-17
1
-1
/
+1
|
\
|
*
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-26
1
-1
/
+1
*
|
convert.c: use designated initializers for "struct stream_filter*"
Ævar Arnfjörð Bjarmason
2022-02-25
1
-9
/
+9
|
/
*
Merge branch 'mc/clean-smudge-with-llp64'
Junio C Hamano
2021-11-30
1
-1
/
+1
|
\
|
*
clean/smudge: allow clean filters to process extremely large files
Matt Cooper
2021-11-03
1
-1
/
+1
*
|
convert: release strbuf to avoid leak
Andrzej Hunt
2021-07-26
1
-0
/
+2
|
/
*
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
2021-04-30
1
-10
/
+10
|
\
|
*
*: remove 'const' qualifier for struct index_state
Derrick Stolee
2021-04-14
1
-13
/
+13
*
|
Merge branch 'jh/simple-ipc'
Junio C Hamano
2021-04-02
1
-3
/
+8
|
\
\
|
*
|
pkt-line: add options argument to read_packetized_to_strbuf()
Johannes Schindelin
2021-03-15
1
-1
/
+2
|
*
|
pkt-line: do not issue flush packets in write_packetized_*()
Johannes Schindelin
2021-03-15
1
-2
/
+6
|
|
/
*
|
Merge branch 'mt/parallel-checkout-part-1'
Junio C Hamano
2021-04-02
1
-70
/
+73
|
\
\
|
*
|
convert: add classification for conv_attrs struct
Jeff Hostetler
2021-03-18
1
-7
/
+19
|
*
|
convert: add get_stream_filter_ca() variant
Jeff Hostetler
2021-03-18
1
-11
/
+17
|
*
|
convert: add [async_]convert_to_working_tree_ca() variants
Jeff Hostetler
2021-03-18
1
-28
/
+32
|
*
|
convert: make convert_attrs() and convert structs public
Jeff Hostetler
2021-03-18
1
-27
/
+8
|
|
/
*
|
Merge branch 'mt/cleanly-die-upon-missing-required-filter'
Junio C Hamano
2021-03-22
1
-1
/
+0
|
\
\
|
*
|
convert: fail gracefully upon missing clean cmd on required filter
Matheus Tavares
2021-02-26
1
-1
/
+0
|
|
/
*
/
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
|
/
*
convert: drop unused crlf_action from check_global_conv_flags_eol()
Jeff King
2020-09-30
1
-2
/
+2
*
run_command: teach API users to use embedded 'args' more
Junio C Hamano
2020-08-27
1
-4
/
+1
*
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
[next]