summaryrefslogtreecommitdiffstats
path: root/tree-diff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Make git-cherry handle root treesRene Scharfe2006-10-271-0/+18
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-2/+1
* Make show_entry voidDavid Rientjes2006-08-151-6/+6
* tree-diff: do not assume we use only one pathspecJunio C Hamano2006-04-111-21/+25
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-3/+4
* tree/diff header cleanup.Junio C Hamano2006-03-301-28/+0
* Make the "struct tree_desc" operations available to othersLinus Torvalds2006-02-011-6/+6
* avoid asking ?alloc() for zero bytes.Junio C Hamano2005-12-271-0/+4
* Split up tree diff functions into tree-diff.c libraryLinus Torvalds2005-10-231-0/+270