summaryrefslogtreecommitdiffstats
path: root/object-file-convert.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* hash-ll: merge with "hash.h"Patrick Steinhardt2024-06-141-1/+1
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-1/+1
* object-file-convert: convert commits that embed signed tagsEric W. Biederman2023-10-021-22/+82
* object-file-convert: convert commit objects when writingbrian m. carlson2023-10-021-1/+45
* object-file-convert: don't leak when converting tag objectsEric W. Biederman2023-10-021-20/+25
* object-file-convert: convert tag objects when writingbrian m. carlson2023-10-021-1/+51
* object-file-convert: add a function to convert trees between algorithmsbrian m. carlson2023-10-021-1/+50
* loose: add a mapping between SHA-1 and SHA-256 for loose objectsbrian m. carlson2023-10-021-1/+13
* object-file-convert: stubs for converting from one object format to anotherEric W. Biederman2023-10-021-0/+57