summaryrefslogtreecommitdiffstats
path: root/tree-diff.c
AgeCommit message (Expand)AuthorLines
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano-1/+1
2008-07-16Fix buffer overflow in git diffDmitry Potapov-5/+22
2007-12-12Fix small memory leaks induced by diff_tree_setup_pathsMike Hommey-0/+2
2007-11-11Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit-7/+7
2007-10-21Fix diffcore-break total breakageLinus Torvalds-0/+1
2007-06-22Fix up "git log --follow" a bit..Linus Torvalds-9/+28
2007-06-22Finally implement "git log --follow"Linus Torvalds-0/+59
2007-03-22tree_entry_interesting(): allow it to say "everything is interesting"Junio C Hamano-5/+28
2007-03-22tree-diff: avoid strncmp()Junio C Hamano-23/+37
2007-03-22Teach tree_entry_interesting() that the tree entries are sorted.Junio C Hamano-6/+35
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds-10/+12
2007-03-19Set up for better tree diff optimizationsLinus Torvalds-10/+34
2007-03-18Merge branch 'ar/diff'Junio C Hamano-0/+2
2007-03-18Avoid unnecessary strlen() callsLinus Torvalds-27/+29
2007-03-14Teach --quiet to diff backends.Junio C Hamano-0/+2
2007-02-27convert object type handling from a string to a numberNicolas Pitre-3/+3
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