summaryrefslogtreecommitdiff
path: root/hash.c
AgeCommit message (Expand)Author
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-03-10hash: fix "-Wsign-compare" warningsPatrick Steinhardt
2025-03-10object-file: split out logic regarding hash algorithmsPatrick Steinhardt
2013-11-18remove old hash.[ch] implementationKarsten Blees
2011-02-18for_each_hash: allow passing a 'void *data' pointer to callbackLinus Torvalds
2008-03-09Add 'const' where appropriate to index handling functionsLinus Torvalds
2008-02-22hash: fix lookup_hash semanticsJeff King
2007-10-26Do linear-time/space rename logic for exact renamesLinus Torvalds