summaryrefslogtreecommitdiff
path: root/tree-diff.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-12Fix small memory leaks induced by diff_tree_setup_pathsLibravatar Mike Hommey1-0/+2
2007-11-11Make the diff_options bitfields be an unsigned with explicit masks.Libravatar Pierre Habouzit1-7/+7
2007-10-21Fix diffcore-break total breakageLibravatar Linus Torvalds1-0/+1
2007-06-22Fix up "git log --follow" a bit..Libravatar Linus Torvalds1-9/+28
2007-06-22Finally implement "git log --follow"Libravatar Linus Torvalds1-0/+59
2007-03-22tree_entry_interesting(): allow it to say "everything is interesting"Libravatar Junio C Hamano1-5/+28
2007-03-22tree-diff: avoid strncmp()Libravatar Junio C Hamano1-23/+37
2007-03-22Teach tree_entry_interesting() that the tree entries are sorted.Libravatar Junio C Hamano1-6/+35
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Libravatar Linus Torvalds1-10/+12
2007-03-19Set up for better tree diff optimizationsLibravatar Linus Torvalds1-10/+34
2007-03-18Merge branch 'ar/diff'Libravatar Junio C Hamano1-0/+2
2007-03-18Avoid unnecessary strlen() callsLibravatar Linus Torvalds1-27/+29
2007-03-14Teach --quiet to diff backends.Libravatar Junio C Hamano1-0/+2
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-3/+3
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