aboutsummaryrefslogtreecommitdiffstats
path: root/decorate.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-05decorate: add clear_decoration() functionJeff King1-0/+15
2023-06-21hash-ll, hashmap: move oidhash() to hash-llElijah Newren1-1/+0
2023-02-23treewide: replace cache.h with more direct headers, where possibleElijah Newren1-1/+2
2021-03-13use CALLOC_ARRAYRené Scharfe1-1/+1
2019-06-20hashmap: convert sha1hash() to oidhash()Jeff King1-1/+1
2017-12-08decorate: clean up and document APIJonathan Tan1-15/+13
2015-11-20Remove get_object_hash.brian m. carlson1-1/+1
2015-11-20Add several uses of get_object_hash.brian m. carlson1-1/+1
2014-07-07hashmap: factor out getting a hash code from a SHA1Karsten Blees1-4/+1
2013-05-16decorate.c: compact table when growingKevin Bracey1-1/+1
2009-05-20Unify signedness in hashing callsDan McGee1-2/+2
2009-05-16Fix type-punning issuesDan McGee1-1/+3
2008-08-20decorate: allow const objects to be decoratedJeff King1-5/+6
2008-07-03fast-export --export-marks: fix off by one errorJunio C Hamano1-4/+1
2007-04-20Fix a copy-n-paste bug in the object decorator code.Linus Torvalds1-1/+0
2007-04-16Add a generic "object decorator" interface, and make object refs use itLinus Torvalds1-0/+89