aboutsummaryrefslogtreecommitdiff
path: root/tree-diff.c
Commit message (Expand)AuthorAge
* pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesNguyễn Thái Ngọc Duy2013-10-28
* pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy2013-07-15
* tree-diff: remove the use of pathspec's raw[] in follow-rename codepathNguyễn Thái Ngọc Duy2013-07-15
* remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-15
* remove diff_tree_{setup,release}_pathsNguyễn Thái Ngọc Duy2013-07-15
* guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy2013-07-15
* parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy2013-07-15
* Merge branch 'jk/maint-null-in-trees'Junio C Hamano2012-08-27
|\
| * diff: do not use null sha1 as a sentinel valueJeff King2012-07-29
* | diff_setup_done(): return voidThomas Rast2012-08-03
|/
* use custom rename score during --followJeff King2011-12-16
* tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy2011-10-27
* tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy2011-10-27
* Merge branch 'jk/diff-not-so-quick'Junio C Hamano2011-06-06
|\
| * diff: futureproof "stop feeding the backend early" logicJunio C Hamano2011-05-31
| * diff_tree: disable QUICK optimization with diff filterJeff King2011-05-31
* | Merge branch 'nd/struct-pathspec'Junio C Hamano2011-05-06
|\ \
| * | Improve tree_entry_interesting() handling codeNguyễn Thái Ngọc Duy2011-03-25
* | | Remove unused variablesJohannes Schindelin2011-03-22
|/ /
* | grep: drop pathspec_matches() in favor of tree_entry_interesting()Nguyễn Thái Ngọc Duy2011-02-03
* | tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy2011-02-03
* | diff-tree: convert base+baselen to writable strbufNguyễn Thái Ngọc Duy2011-02-03
* | Move tree_entry_interesting() to tree-walk.c and export itNguyễn Thái Ngọc Duy2011-02-03
* | tree_entry_interesting(): remove dependency on struct diff_optionsNguyễn Thái Ngọc Duy2011-02-03
* | Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy2011-02-03
* | Merge branch 'en/tree-walk-optim'Junio C Hamano2010-10-26
|\ \
| * | diff_tree(): Skip skip_uninteresting() when all remaining paths interestingElijah Newren2010-08-26
| * | tree_entry_interesting(): Make return value more specificElijah Newren2010-08-26
| * | Document pre-condition for tree_entry_interestingElijah Newren2010-08-26
* | | diff --follow: do call diffcore_std() as necessaryJunio C Hamano2010-08-13
* | | diff --follow: do not waste cycles while recursingJunio C Hamano2010-08-13
* | | Make git log --follow find copies among unmodified files.Bo Yang2010-05-07
|/ /
* | Performance optimization for detection of modified submodulesJens Lehmann2010-01-18
|/
* diff: Rename QUIET internal option to QUICKJunio C Hamano2009-07-29
* diff: change semantics of "ignore whitespace" optionsJunio C Hamano2009-07-29
* Merge branch 'ne/maint-1.6.0-diff-tree-t-r-show-directory'Junio C Hamano2009-07-01
|\
| * diff-tree -r -t: include added/removed directories in the outputNick Edelen2009-06-13
* | Fix typos / spelling in commentsMike Ralphson2009-04-22
* | tree_entry_interesting: a pathspec only matches at directory boundaryBjörn Steinbrink2009-04-01
|/
* 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-31
* Fix buffer overflow in git diffDmitry Potapov2008-07-16
* Fix small memory leaks induced by diff_tree_setup_pathsMike Hommey2007-12-12
* Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit2007-11-11
* Fix diffcore-break total breakageLinus Torvalds2007-10-21
* Fix up "git log --follow" a bit..Linus Torvalds2007-06-22
* Finally implement "git log --follow"Linus Torvalds2007-06-22
* tree_entry_interesting(): allow it to say "everything is interesting"Junio C Hamano2007-03-22
* tree-diff: avoid strncmp()Junio C Hamano2007-03-22
* Teach tree_entry_interesting() that the tree entries are sorted.Junio C Hamano2007-03-22
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-21