aboutsummaryrefslogtreecommitdiffstats
path: root/object-file-convert.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-10object-file-convert: stop depending on `the_repository`Patrick Steinhardt1-13/+16
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt1-1/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-1/+1
2023-10-02object-file-convert: convert commits that embed signed tagsEric W. Biederman1-22/+82
2023-10-02object-file-convert: convert commit objects when writingbrian m. carlson1-1/+45
2023-10-02object-file-convert: don't leak when converting tag objectsEric W. Biederman1-20/+25
2023-10-02object-file-convert: convert tag objects when writingbrian m. carlson1-1/+51
2023-10-02object-file-convert: add a function to convert trees between algorithmsbrian m. carlson1-1/+50
2023-10-02loose: add a mapping between SHA-1 and SHA-256 for loose objectsbrian m. carlson1-1/+13
2023-10-02object-file-convert: stubs for converting from one object format to anotherEric W. Biederman1-0/+57