summaryrefslogtreecommitdiffstats
path: root/object-file-convert.c
AgeCommit message (Expand)AuthorLines
2026-03-12Merge branch 'bc/sha1-256-interop-02'Junio C Hamano-3/+11
2026-02-08remove duplicate includesRené Scharfe-1/+0
2026-02-07object-file-convert: always make sure object ID algo is validbrian m. carlson-2/+10
2026-02-07conversion: don't crash when no destination algobrian m. carlson-1/+1
2025-03-10object-file-convert: stop depending on `the_repository`Patrick Steinhardt-13/+16
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt-1/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt-1/+1
2023-10-02object-file-convert: convert commits that embed signed tagsEric W. Biederman-22/+82
2023-10-02object-file-convert: convert commit objects when writingbrian m. carlson-1/+45
2023-10-02object-file-convert: don't leak when converting tag objectsEric W. Biederman-20/+25
2023-10-02object-file-convert: convert tag objects when writingbrian m. carlson-1/+51
2023-10-02object-file-convert: add a function to convert trees between algorithmsbrian m. carlson-1/+50
2023-10-02loose: add a mapping between SHA-1 and SHA-256 for loose objectsbrian m. carlson-1/+13
2023-10-02object-file-convert: stubs for converting from one object format to anotherEric W. Biederman-0/+57