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
*
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
2024-05-27
1
-3
/
+3
*
convert: refactor code to clarify ownership of check_roundtrip_encoding
Patrick Steinhardt
2024-05-27
1
-11
/
+13
*
use xstrncmpz()
René Scharfe
2024-02-12
1
-1
/
+1
*
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-1
/
+0
|
\
|
*
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
1
-1
/
+3
|
\
\
|
*
|
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-1
/
+3
*
|
|
Merge branch 'rs/strbuf-expand-step'
Junio C Hamano
2023-07-06
1
-12
/
+10
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
replace strbuf_expand_dict_cb() with strbuf_expand_step()
René Scharfe
2023-06-18
1
-12
/
+10
|
|
/
*
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
merge-ll: rename from ll-merge
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
/
*
Merge branch 'jc/attr-source-tree'
Junio C Hamano
2023-05-17
1
-1
/
+1
|
\
|
*
attr: teach "--attr-source=<tree>" global option to "git"
John Cai
2023-05-06
1
-1
/
+1
*
|
copy.h: move declarations for copy.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
|
/
*
treewide: be explicit about dependence on convert.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on advice.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
attr: add flag `--source` to work with tree-ish
Karthik Nayak
2023-01-14
1
-1
/
+1
*
convert: mark unused parameter in null stream filter
Jeff King
2022-10-18
1
-2
/
+2
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-2
/
+2
*
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
[next]