aboutsummaryrefslogtreecommitdiffstats
path: root/tree-diff.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-22tree_entry_interesting(): allow it to say "everything is interesting"Junio C Hamano1-5/+28
2007-03-22tree-diff: avoid strncmp()Junio C Hamano1-23/+37
2007-03-22Teach tree_entry_interesting() that the tree entries are sorted.Junio C Hamano1-6/+35
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds1-10/+12
2007-03-19Set up for better tree diff optimizationsLinus Torvalds1-10/+34
2007-03-18Merge branch 'ar/diff'Junio C Hamano1-0/+2
2007-03-18Avoid unnecessary strlen() callsLinus Torvalds1-27/+29
2007-03-14Teach --quiet to diff backends.Junio C Hamano1-0/+2
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-3/+3
2006-10-26Make git-cherry handle root treesRene Scharfe1-0/+18
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes1-2/+1
2006-08-14Make show_entry voidDavid Rientjes1-6/+6
2006-04-10tree-diff: do not assume we use only one pathspecJunio C Hamano1-21/+25
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen1-3/+4
2006-03-29tree/diff header cleanup.Junio C Hamano1-28/+0
2006-01-31Make the "struct tree_desc" operations available to othersLinus Torvalds1-6/+6
2005-12-26avoid asking ?alloc() for zero bytes.Junio C Hamano1-0/+4
2005-10-22Split up tree diff functions into tree-diff.c libraryLinus Torvalds1-0/+270