summaryrefslogtreecommitdiff
path: root/tree-diff.c
AgeCommit message (Expand)Author
2009-04-23Fix typos / spelling in commentsMike Ralphson
2009-04-02tree_entry_interesting: a pathspec only matches at directory boundaryBjörn Steinbrink
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano
2008-07-16Fix buffer overflow in git diffDmitry Potapov
2007-12-12Fix small memory leaks induced by diff_tree_setup_pathsMike Hommey
2007-11-12Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit
2007-10-21Fix diffcore-break total breakageLinus Torvalds
2007-06-23Fix up "git log --follow" a bit..Linus Torvalds
2007-06-23Finally implement "git log --follow"Linus Torvalds
2007-03-22tree_entry_interesting(): allow it to say "everything is interesting"Junio C Hamano
2007-03-22tree-diff: avoid strncmp()Junio C Hamano
2007-03-22Teach tree_entry_interesting() that the tree entries are sorted.Junio C Hamano
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
2007-03-19Set up for better tree diff optimizationsLinus Torvalds
2007-03-18Merge branch 'ar/diff'Junio C Hamano
2007-03-18Avoid unnecessary strlen() callsLinus Torvalds
2007-03-14Teach --quiet to diff backends.Junio C Hamano
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2006-10-27Make git-cherry handle root treesRene Scharfe
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-08-15Make show_entry voidDavid Rientjes
2006-04-10tree-diff: do not assume we use only one pathspecJunio C Hamano
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2006-03-30tree/diff header cleanup.Junio C Hamano
2006-02-01Make the "struct tree_desc" operations available to othersLinus Torvalds
2005-12-27avoid asking ?alloc() for zero bytes.Junio C Hamano
2005-10-23Split up tree diff functions into tree-diff.c libraryLinus Torvalds