summaryrefslogtreecommitdiffstats
path: root/tree-diff.c
AgeCommit message (Expand)AuthorLines
2006-10-26Make git-cherry handle root treesRene Scharfe-0/+18
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes-2/+1
2006-08-14Make show_entry voidDavid Rientjes-6/+6
2006-04-10tree-diff: do not assume we use only one pathspecJunio C Hamano-21/+25
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen-3/+4
2006-03-29tree/diff header cleanup.Junio C Hamano-28/+0
2006-01-31Make the "struct tree_desc" operations available to othersLinus Torvalds-6/+6
2005-12-26avoid asking ?alloc() for zero bytes.Junio C Hamano-0/+4
2005-10-22Split up tree diff functions into tree-diff.c libraryLinus Torvalds-0/+270