aboutsummaryrefslogtreecommitdiff
path: root/convert.c
AgeCommit message (Expand)Author
2026-02-05global: constify some pointers that are not written toCollin Funk
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-08-22convert: fix leaks when resetting attributesPatrick Steinhardt
2024-08-14Merge branch 'ps/leakfixes-part-3'Junio C Hamano
2024-08-08Merge branch 'dh/encoding-trace-optim'Junio C Hamano
2024-08-01convert: fix leaking config stringsPatrick Steinhardt
2024-08-01entry: fix leaking pathnames during delayed checkoutPatrick Steinhardt
2024-07-31convert: return early when not tracingD Harithamma
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt
2024-05-27convert: refactor code to clarify ownership of check_roundtrip_encodingPatrick Steinhardt
2024-02-12use xstrncmpz()René Scharfe
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21merge-ll: rename from ll-mergeElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-18replace strbuf_expand_dict_cb() with strbuf_expand_step()René Scharfe
2023-05-17Merge branch 'jc/attr-source-tree'Junio C Hamano
2023-05-06attr: teach "--attr-source=<tree>" global option to "git"John Cai
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-01-14attr: add flag `--source` to work with tree-ishKarthik Nayak
2022-10-17convert: mark unused parameter in null stream filterJeff King
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19run-command: mark unused async callback parametersJeff King
2022-08-19config: mark unused callback parametersJeff King
2022-04-08convert: clarify line ending conversion warningAlex Henrie
2022-03-16Merge branch 'ab/object-file-api-updates'Junio C Hamano
2022-02-25object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2022-02-24convert.c: use designated initializers for "struct stream_filter*"Ævar Arnfjörð Bjarmason
2021-11-29Merge branch 'mc/clean-smudge-with-llp64'Junio C Hamano
2021-11-03clean/smudge: allow clean filters to process extremely large filesMatt Cooper
2021-07-26convert: release strbuf to avoid leakAndrzej Hunt
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee
2021-04-02Merge branch 'jh/simple-ipc'Junio C Hamano
2021-04-02Merge branch 'mt/parallel-checkout-part-1'Junio C Hamano