summaryrefslogtreecommitdiff
path: root/index-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-4/+8
* remove delta-against-self bitNicolas Pitre2006-02-091-3/+3
* avoid asking ?alloc() for zero bytes.Junio C Hamano2005-12-261-8/+14
* An off-by-one bug found by valgrindPavel Roskin2005-12-211-1/+1
* Fix packname hash generation.Junio C Hamano2005-10-121-2/+13
* Add git-index-pack utilitySergey Vlasov2005-10-121-0/+451