summaryrefslogtreecommitdiff
path: root/decorate.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace cache.h with more direct headers, where possibleElijah Newren2023-02-231-1/+2
* use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
* hashmap: convert sha1hash() to oidhash()Jeff King2019-06-201-1/+1
* decorate: clean up and document APIjt/decorate-apiJonathan Tan2017-12-081-15/+13
* Remove get_object_hash.brian m. carlson2015-11-201-1/+1
* Add several uses of get_object_hash.brian m. carlson2015-11-201-1/+1
* hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-071-4/+1
* decorate.c: compact table when growingKevin Bracey2013-05-161-1/+1
* Unify signedness in hashing callsDan McGee2009-05-201-2/+2
* Fix type-punning issuesDan McGee2009-05-161-1/+3
* decorate: allow const objects to be decoratedJeff King2008-08-201-5/+6
* fast-export --export-marks: fix off by one errorJunio C Hamano2008-07-031-4/+1
* Fix a copy-n-paste bug in the object decorator code.Linus Torvalds2007-04-201-1/+0
* Add a generic "object decorator" interface, and make object refs use itLinus Torvalds2007-04-161-0/+89