aboutsummaryrefslogtreecommitdiff
path: root/tree-diff.c
Commit message (Expand)AuthorAge
* 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
* Set up for better tree diff optimizationsLinus Torvalds2007-03-19
* Merge branch 'ar/diff'Junio C Hamano2007-03-18
|\
| * Teach --quiet to diff backends.Junio C Hamano2007-03-14
* | Avoid unnecessary strlen() callsLinus Torvalds2007-03-18
|/
* convert object type handling from a string to a numberNicolas Pitre2007-02-27
* Make git-cherry handle root treesRene Scharfe2006-10-26
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-17
* Make show_entry voidDavid Rientjes2006-08-14
* tree-diff: do not assume we use only one pathspecJunio C Hamano2006-04-10
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-04
* tree/diff header cleanup.Junio C Hamano2006-03-29
* Make the "struct tree_desc" operations available to othersLinus Torvalds2006-01-31
* avoid asking ?alloc() for zero bytes.Junio C Hamano2005-12-26
* Split up tree diff functions into tree-diff.c libraryLinus Torvalds2005-10-22