summaryrefslogtreecommitdiff
path: root/tree-diff.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-13diff --follow: do call diffcore_std() as necessaryLibravatar Junio C Hamano1-0/+11
2010-08-13diff --follow: do not waste cycles while recursingLibravatar Junio C Hamano1-1/+1
2010-05-07Make git log --follow find copies among unmodified files.Libravatar Bo Yang1-1/+1
2010-01-18Performance optimization for detection of modified submodulesLibravatar Jens Lehmann1-4/+4
2009-07-29diff: Rename QUIET internal option to QUICKLibravatar Junio C Hamano1-1/+1
2009-07-29diff: change semantics of "ignore whitespace" optionsLibravatar Junio C Hamano1-1/+2
2009-07-01Merge branch 'ne/maint-1.6.0-diff-tree-t-r-show-directory'Libravatar Junio C Hamano1-0/+6
2009-06-13diff-tree -r -t: include added/removed directories in the outputLibravatar Nick Edelen1-0/+6
2009-04-22Fix typos / spelling in commentsLibravatar Mike Ralphson1-1/+1
2009-04-01tree_entry_interesting: a pathspec only matches at directory boundaryLibravatar Björn Steinbrink1-3/+9
2008-08-31'git foo' program identifies itself without dash in die() messagesLibravatar Junio C Hamano1-1/+1
2008-07-16Fix buffer overflow in git diffLibravatar Dmitry Potapov1-5/+22
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