index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
convert.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-08-22
convert: fix leaks when resetting attributes
Patrick Steinhardt
1
-0
/
+3
2024-08-14
Merge branch 'ps/leakfixes-part-3'
Junio C Hamano
1
-4
/
+10
2024-08-08
Merge branch 'dh/encoding-trace-optim'
Junio C Hamano
1
-0
/
+3
2024-08-01
convert: fix leaking config strings
Patrick Steinhardt
1
-3
/
+9
2024-08-01
entry: fix leaking pathnames during delayed checkout
Patrick Steinhardt
1
-1
/
+1
2024-07-31
convert: return early when not tracing
D Harithamma
1
-0
/
+3
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
1
-3
/
+3
2024-05-27
convert: refactor code to clarify ownership of check_roundtrip_encoding
Patrick Steinhardt
1
-11
/
+13
2024-02-12
use xstrncmpz()
René Scharfe
1
-1
/
+1
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-1
/
+3
2023-07-06
Merge branch 'rs/strbuf-expand-step'
Junio C Hamano
1
-12
/
+10
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-1
/
+3
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
merge-ll: rename from ll-merge
Elijah Newren
1
-1
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+1
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-06-18
replace strbuf_expand_dict_cb() with strbuf_expand_step()
René Scharfe
1
-12
/
+10
2023-05-17
Merge branch 'jc/attr-source-tree'
Junio C Hamano
1
-1
/
+1
2023-05-06
attr: teach "--attr-source=<tree>" global option to "git"
John Cai
1
-1
/
+1
2023-04-24
copy.h: move declarations for copy.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on convert.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on advice.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
1
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-01-14
attr: add flag `--source` to work with tree-ish
Karthik Nayak
1
-1
/
+1
2022-10-17
convert: mark unused parameter in null stream filter
Jeff King
1
-2
/
+2
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-08-19
run-command: mark unused async callback parameters
Jeff King
1
-1
/
+1
2022-08-19
config: mark unused callback parameters
Jeff King
1
-1
/
+1
2022-04-08
convert: clarify line ending conversion warning
Alex Henrie
1
-6
/
+6
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
1
-1
/
+1
2022-02-25
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-02-24
convert.c: use designated initializers for "struct stream_filter*"
Ævar Arnfjörð Bjarmason
1
-9
/
+9
2021-11-29
Merge branch 'mc/clean-smudge-with-llp64'
Junio C Hamano
1
-1
/
+1
2021-11-03
clean/smudge: allow clean filters to process extremely large files
Matt Cooper
1
-1
/
+1
2021-07-26
convert: release strbuf to avoid leak
Andrzej Hunt
1
-0
/
+2
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
1
-10
/
+10
2021-04-14
*: remove 'const' qualifier for struct index_state
Derrick Stolee
1
-13
/
+13
2021-04-02
Merge branch 'jh/simple-ipc'
Junio C Hamano
1
-3
/
+8
2021-04-02
Merge branch 'mt/parallel-checkout-part-1'
Junio C Hamano
1
-70
/
+73
2021-03-22
Merge branch 'mt/cleanly-die-upon-missing-required-filter'
Junio C Hamano
1
-1
/
+0
2021-03-18
convert: add classification for conv_attrs struct
Jeff Hostetler
1
-7
/
+19
2021-03-18
convert: add get_stream_filter_ca() variant
Jeff Hostetler
1
-11
/
+17
2021-03-18
convert: add [async_]convert_to_working_tree_ca() variants
Jeff Hostetler
1
-28
/
+32
[next]