summaryrefslogtreecommitdiff
path: root/tree-diff.c
Commit message (Expand)AuthorAgeFilesLines
* tree-diff: rework diff_tree() to generate diffs for multiparent cases as wellKirill Smelkov2014-04-071-64/+440
* tree-diff: reuse base str(buf) memory on sub-tree recursionKirill Smelkov2014-03-271-19/+19
* tree-diff: no need to call "full" diff_tree_sha1 from show_path()Kirill Smelkov2014-03-271-2/+6
* tree-diff: rework diff_tree interface to be sha1 basedKirill Smelkov2014-03-271-32/+28
* tree-diff: diff_tree() should now be staticKirill Smelkov2014-03-261-2/+2
* tree-diff: remove special-case diff-emitting code for empty-tree casesKirill Smelkov2014-03-261-12/+14
* tree-diff: simplify tree_entry_pathcmpKirill Smelkov2014-03-201-11/+6
* tree-diff: show_path prototype is not needed anymoreKirill Smelkov2014-03-201-3/+0
* tree-diff: rename compare_tree_entry -> tree_entry_pathcmpKirill Smelkov2014-03-201-6/+9
* tree-diff: move all action-taking code out of compare_tree_entry()Kirill Smelkov2014-03-201-16/+12
* tree-diff: don't assume compare_tree_entry() returns -1,0,1Kirill Smelkov2014-03-201-8/+14
* tree-diff: consolidate code for emitting diffs and recursion in one placeKirill Smelkov2014-03-201-30/+82
* tree-diff: show_tree() is not neededKirill Smelkov2014-03-041-32/+3
* tree-diff: no need to pass match to skip_uninteresting()Kirill Smelkov2014-02-241-9/+8
* tree-diff: no need to manually verify that there is no mode change for a pathKirill Smelkov2014-02-241-10/+5
* tree-diff: convert diff_root_tree_sha1() to just call diff_tree_sha1 with old...Kirill Smelkov2014-02-051-14/+1
* tree-diff: allow diff_tree_sha1 to accept NULL sha1Kirill Smelkov2014-02-051-8/+4
* pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesnd/literal-pathspecsnd/liteal-pathspecsNguyễn Thái Ngọc Duy2013-10-281-1/+3
* pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
* tree-diff: remove the use of pathspec's raw[] in follow-rename codepathNguyễn Thái Ngọc Duy2013-07-151-2/+2
* remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-151-5/+5
* remove diff_tree_{setup,release}_pathsNguyễn Thái Ngọc Duy2013-07-151-14/+4
* guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy2013-07-151-0/+19
* parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy2013-07-151-1/+0
* Merge branch 'jk/maint-null-in-trees'Junio C Hamano2012-08-271-4/+4
|\
| * diff: do not use null sha1 as a sentinel valueJeff King2012-07-291-4/+4
* | diff_setup_done(): return voidThomas Rast2012-08-031-2/+1
|/
* use custom rename score during --followjk/follow-rename-scoreJeff King2011-12-161-0/+1
* tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy2011-10-271-7/+9
* tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy2011-10-271-3/+3
* Merge branch 'jk/diff-not-so-quick'Junio C Hamano2011-06-061-2/+1
|\
| * diff: futureproof "stop feeding the backend early" logicJunio C Hamano2011-05-311-3/+1
| * diff_tree: disable QUICK optimization with diff filterJeff King2011-05-311-0/+1
* | Merge branch 'nd/struct-pathspec'Junio C Hamano2011-05-061-33/+20
|\ \
| * | Improve tree_entry_interesting() handling codeNguyễn Thái Ngọc Duy2011-03-251-33/+20
* | | Remove unused variablesJohannes Schindelin2011-03-221-2/+1
|/ /
* | grep: drop pathspec_matches() in favor of tree_entry_interesting()Nguyễn Thái Ngọc Duy2011-02-031-2/+2
* | tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy2011-02-031-0/+4
* | diff-tree: convert base+baselen to writable strbufNguyễn Thái Ngọc Duy2011-02-031-68/+52
* | Move tree_entry_interesting() to tree-walk.c and export itNguyễn Thái Ngọc Duy2011-02-031-112/+0
* | tree_entry_interesting(): remove dependency on struct diff_optionsNguyễn Thái Ngọc Duy2011-02-031-16/+10
* | Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy2011-02-031-35/+13
* | Merge branch 'en/tree-walk-optim'Junio C Hamano2010-10-261-14/+15
|\ \
| * | diff_tree(): Skip skip_uninteresting() when all remaining paths interestingElijah Newren2010-08-261-13/+12
| * | tree_entry_interesting(): Make return value more specificElijah Newren2010-08-261-1/+1
| * | Document pre-condition for tree_entry_interestingElijah Newren2010-08-261-0/+2
* | | diff --follow: do call diffcore_std() as necessaryJunio C Hamano2010-08-131-0/+11
* | | diff --follow: do not waste cycles while recursingJunio C Hamano2010-08-131-1/+1
* | | Make git log --follow find copies among unmodified files.Bo Yang2010-05-071-1/+1
|/ /
* | Performance optimization for detection of modified submodulesJens Lehmann2010-01-181-4/+4
|/