summaryrefslogtreecommitdiff
path: root/tree-diff.c
AgeCommit message (Expand)Author
2013-10-28pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesNguyễn Thái Ngọc Duy
2013-07-15pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy
2013-07-15tree-diff: remove the use of pathspec's raw[] in follow-rename codepathNguyễn Thái Ngọc Duy
2013-07-15remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy
2013-07-15remove diff_tree_{setup,release}_pathsNguyễn Thái Ngọc Duy
2013-07-15guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy
2012-08-27Merge branch 'jk/maint-null-in-trees'Junio C Hamano
2012-08-03diff_setup_done(): return voidThomas Rast
2012-07-29diff: do not use null sha1 as a sentinel valueJeff King
2011-12-16use custom rename score during --followJeff King
2011-10-27tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy
2011-10-27tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy
2011-06-06Merge branch 'jk/diff-not-so-quick'Junio C Hamano
2011-05-31diff: futureproof "stop feeding the backend early" logicJunio C Hamano
2011-05-31diff_tree: disable QUICK optimization with diff filterJeff King
2011-05-06Merge branch 'nd/struct-pathspec'Junio C Hamano
2011-03-25Improve tree_entry_interesting() handling codeNguyễn Thái Ngọc Duy
2011-03-22Remove unused variablesJohannes Schindelin
2011-02-03grep: drop pathspec_matches() in favor of tree_entry_interesting()Nguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy
2011-02-03diff-tree: convert base+baselen to writable strbufNguyễn Thái Ngọc Duy
2011-02-03Move tree_entry_interesting() to tree-walk.c and export itNguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): remove dependency on struct diff_optionsNguyễn Thái Ngọc Duy
2011-02-03Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy
2010-10-27Merge branch 'en/tree-walk-optim'Junio C Hamano
2010-08-26diff_tree(): Skip skip_uninteresting() when all remaining paths interestingElijah Newren
2010-08-26tree_entry_interesting(): Make return value more specificElijah Newren
2010-08-26Document pre-condition for tree_entry_interestingElijah Newren
2010-08-13diff --follow: do call diffcore_std() as necessaryJunio C Hamano
2010-08-13diff --follow: do not waste cycles while recursingJunio C Hamano
2010-05-07Make git log --follow find copies among unmodified files.Bo Yang
2010-01-19Performance optimization for detection of modified submodulesJens Lehmann
2009-07-29diff: Rename QUIET internal option to QUICKJunio C Hamano
2009-07-29diff: change semantics of "ignore whitespace" optionsJunio C Hamano
2009-07-02Merge branch 'ne/maint-1.6.0-diff-tree-t-r-show-directory'Junio C Hamano
2009-06-14diff-tree -r -t: include added/removed directories in the outputNick Edelen
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