index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
object-file-convert.c
Age
Commit message (
Expand
)
Author
2026-03-12
Merge branch 'bc/sha1-256-interop-02'
Junio C Hamano
2026-02-08
remove duplicate includes
René Scharfe
2026-02-07
object-file-convert: always make sure object ID algo is valid
brian m. carlson
2026-02-07
conversion: don't crash when no destination algo
brian m. carlson
2025-03-10
object-file-convert: stop depending on `the_repository`
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-06-14
hash-ll: merge with "hash.h"
Patrick Steinhardt
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2023-10-02
object-file-convert: convert commits that embed signed tags
Eric W. Biederman
2023-10-02
object-file-convert: convert commit objects when writing
brian m. carlson
2023-10-02
object-file-convert: don't leak when converting tag objects
Eric W. Biederman
2023-10-02
object-file-convert: convert tag objects when writing
brian m. carlson
2023-10-02
object-file-convert: add a function to convert trees between algorithms
brian m. carlson
2023-10-02
loose: add a mapping between SHA-1 and SHA-256 for loose objects
brian m. carlson
2023-10-02
object-file-convert: stubs for converting from one object format to another
Eric W. Biederman