summaryrefslogtreecommitdiff
path: root/tree-diff.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-26Make git-cherry handle root treesLibravatar Rene Scharfe1-0/+18
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.Libravatar David Rientjes1-2/+1
2006-08-14Make show_entry voidLibravatar David Rientjes1-6/+6
2006-04-10tree-diff: do not assume we use only one pathspecLibravatar Junio C Hamano1-21/+25
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Libravatar Peter Eriksen1-3/+4
2006-03-29tree/diff header cleanup.Libravatar Junio C Hamano1-28/+0
2006-01-31Make the "struct tree_desc" operations available to othersLibravatar Linus Torvalds1-6/+6
2005-12-26avoid asking ?alloc() for zero bytes.Libravatar Junio C Hamano1-0/+4
2005-10-22Split up tree diff functions into tree-diff.c libraryLibravatar Linus Torvalds1-0/+270