summaryrefslogtreecommitdiff
path: root/tree-diff.c
AgeCommit message (Expand)Author
2016-02-19tree-diff: catch integer overflow in combine_diff_path allocationJeff King
2015-03-14diff: convert struct combine_diff_path to object_idbrian m. carlson
2014-04-07tree-diff: rework diff_tree() to generate diffs for multiparent cases as wellKirill Smelkov
2014-03-27tree-diff: reuse base str(buf) memory on sub-tree recursionKirill Smelkov
2014-03-27tree-diff: no need to call "full" diff_tree_sha1 from show_path()Kirill Smelkov
2014-03-27tree-diff: rework diff_tree interface to be sha1 basedKirill Smelkov
2014-03-26tree-diff: diff_tree() should now be staticKirill Smelkov
2014-03-26tree-diff: remove special-case diff-emitting code for empty-tree casesKirill Smelkov
2014-03-20tree-diff: simplify tree_entry_pathcmpKirill Smelkov
2014-03-20tree-diff: show_path prototype is not needed anymoreKirill Smelkov
2014-03-20tree-diff: rename compare_tree_entry -> tree_entry_pathcmpKirill Smelkov
2014-03-20tree-diff: move all action-taking code out of compare_tree_entry()Kirill Smelkov
2014-03-20tree-diff: don't assume compare_tree_entry() returns -1,0,1Kirill Smelkov
2014-03-20tree-diff: consolidate code for emitting diffs and recursion in one placeKirill Smelkov
2014-03-04tree-diff: show_tree() is not neededKirill Smelkov
2014-02-24tree-diff: no need to pass match to skip_uninteresting()Kirill Smelkov
2014-02-24tree-diff: no need to manually verify that there is no mode change for a pathKirill Smelkov
2014-02-05tree-diff: convert diff_root_tree_sha1() to just call diff_tree_sha1 with old...Kirill Smelkov
2014-02-05tree-diff: allow diff_tree_sha1 to accept NULL sha1Kirill Smelkov
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