summaryrefslogtreecommitdiff
path: root/hash.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-07hash: check ctx->active flag in all wrapper functionsJeff King1-0/+10
2026-07-07hash: make git_hash_discard() idempotentJeff King1-0/+6
2026-07-02hash: add platform-specific discard functionsJeff King1-8/+25
2026-07-02hash: add discard primitiveJeff King1-0/+12
2026-03-20object-name: simplify computing common prefixesPatrick Steinhardt1-0/+18
2026-02-07hash: expose hash context functions to Rustbrian m. carlson1-0/+35
2026-02-07hash: add a function to look up hash algo structsbrian m. carlson1-0/+7
2026-02-07hash: use uint32_t for object_id algorithmbrian m. carlson1-3/+3
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-4/+2
2025-03-10hash: fix "-Wsign-compare" warningsPatrick Steinhardt1-8/+4
2025-03-10object-file: split out logic regarding hash algorithmsPatrick Steinhardt1-0/+283
2013-11-18remove old hash.[ch] implementationKarsten Blees1-110/+0
2011-02-18for_each_hash: allow passing a 'void *data' pointer to callbackLinus Torvalds1-2/+2
2008-03-09Add 'const' where appropriate to index handling functionsLinus Torvalds1-3/+3
2008-02-22hash: fix lookup_hash semanticsJeff King1-1/+1
2007-10-26Do linear-time/space rename logic for exact renamesLinus Torvalds1-0/+110