aboutsummaryrefslogtreecommitdiffstats
path: root/hash.c
AgeCommit message (Expand)AuthorFilesLines
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