summaryrefslogtreecommitdiff
path: root/object-file-convert.c
AgeCommit message (Expand)Author
2025-03-10object-file-convert: stop depending on `the_repository`Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2023-10-02object-file-convert: convert commits that embed signed tagsEric W. Biederman
2023-10-02object-file-convert: convert commit objects when writingbrian m. carlson
2023-10-02object-file-convert: don't leak when converting tag objectsEric W. Biederman
2023-10-02object-file-convert: convert tag objects when writingbrian m. carlson
2023-10-02object-file-convert: add a function to convert trees between algorithmsbrian m. carlson
2023-10-02loose: add a mapping between SHA-1 and SHA-256 for loose objectsbrian m. carlson
2023-10-02object-file-convert: stubs for converting from one object format to anotherEric W. Biederman