Age | Commit message (Expand) | Author | Files | Lines |
2011-12-16 | use custom rename score during --follow | Jeff King | 1 | -0/+1 |
2011-10-27 | tree_entry_interesting(): give meaningful names to return values | Nguyễn Thái Ngọc Duy | 1 | -7/+9 |
2011-10-27 | tree-walk.c: do not leak internal structure in tree_entry_len() | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2011-06-06 | Merge branch 'jk/diff-not-so-quick' | Junio C Hamano | 1 | -2/+1 |
2011-05-31 | diff: futureproof "stop feeding the backend early" logic | Junio C Hamano | 1 | -3/+1 |
2011-05-31 | diff_tree: disable QUICK optimization with diff filter | Jeff King | 1 | -0/+1 |
2011-05-06 | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 1 | -33/+20 |
2011-03-25 | Improve tree_entry_interesting() handling code | Nguyễn Thái Ngọc Duy | 1 | -33/+20 |
2011-03-22 | Remove unused variables | Johannes Schindelin | 1 | -2/+1 |
2011-02-03 | grep: drop pathspec_matches() in favor of tree_entry_interesting() | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2011-02-03 | tree_entry_interesting(): support depth limit | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2011-02-03 | diff-tree: convert base+baselen to writable strbuf | Nguyễn Thái Ngọc Duy | 1 | -68/+52 |
2011-02-03 | Move tree_entry_interesting() to tree-walk.c and export it | Nguyễn Thái Ngọc Duy | 1 | -112/+0 |
2011-02-03 | tree_entry_interesting(): remove dependency on struct diff_options | Nguyễn Thái Ngọc Duy | 1 | -16/+10 |
2011-02-03 | Convert struct diff_options to use struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -35/+13 |
2010-10-26 | Merge branch 'en/tree-walk-optim' | Junio C Hamano | 1 | -14/+15 |
2010-08-26 | diff_tree(): Skip skip_uninteresting() when all remaining paths interesting | Elijah Newren | 1 | -13/+12 |
2010-08-26 | tree_entry_interesting(): Make return value more specific | Elijah Newren | 1 | -1/+1 |
2010-08-26 | Document pre-condition for tree_entry_interesting | Elijah Newren | 1 | -0/+2 |
2010-08-13 | diff --follow: do call diffcore_std() as necessary | Junio C Hamano | 1 | -0/+11 |
2010-08-13 | diff --follow: do not waste cycles while recursing | Junio C Hamano | 1 | -1/+1 |
2010-05-07 | Make git log --follow find copies among unmodified files. | Bo Yang | 1 | -1/+1 |
2010-01-18 | Performance optimization for detection of modified submodules | Jens Lehmann | 1 | -4/+4 |
2009-07-29 | diff: Rename QUIET internal option to QUICK | Junio C Hamano | 1 | -1/+1 |
2009-07-29 | diff: change semantics of "ignore whitespace" options | Junio C Hamano | 1 | -1/+2 |
2009-07-01 | Merge branch 'ne/maint-1.6.0-diff-tree-t-r-show-directory' | Junio C Hamano | 1 | -0/+6 |
2009-06-13 | diff-tree -r -t: include added/removed directories in the output | Nick Edelen | 1 | -0/+6 |
2009-04-22 | Fix typos / spelling in comments | Mike Ralphson | 1 | -1/+1 |
2009-04-01 | tree_entry_interesting: a pathspec only matches at directory boundary | Björn Steinbrink | 1 | -3/+9 |
2008-08-31 | 'git foo' program identifies itself without dash in die() messages | Junio C Hamano | 1 | -1/+1 |
2008-07-16 | Fix buffer overflow in git diff | Dmitry Potapov | 1 | -5/+22 |
2007-12-12 | Fix small memory leaks induced by diff_tree_setup_paths | Mike Hommey | 1 | -0/+2 |
2007-11-11 | Make the diff_options bitfields be an unsigned with explicit masks. | Pierre Habouzit | 1 | -7/+7 |
2007-10-21 | Fix diffcore-break total breakage | Linus Torvalds | 1 | -0/+1 |
2007-06-22 | Fix up "git log --follow" a bit.. | Linus Torvalds | 1 | -9/+28 |
2007-06-22 | Finally implement "git log --follow" | Linus Torvalds | 1 | -0/+59 |
2007-03-22 | tree_entry_interesting(): allow it to say "everything is interesting" | Junio C Hamano | 1 | -5/+28 |
2007-03-22 | tree-diff: avoid strncmp() | Junio C Hamano | 1 | -23/+37 |
2007-03-22 | Teach tree_entry_interesting() that the tree entries are sorted. | Junio C Hamano | 1 | -6/+35 |
2007-03-21 | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 1 | -10/+12 |
2007-03-19 | Set up for better tree diff optimizations | Linus Torvalds | 1 | -10/+34 |
2007-03-18 | Merge branch 'ar/diff' | Junio C Hamano | 1 | -0/+2 |
2007-03-18 | Avoid unnecessary strlen() calls | Linus Torvalds | 1 | -27/+29 |
2007-03-14 | Teach --quiet to diff backends. | Junio C Hamano | 1 | -0/+2 |
2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -3/+3 |
2006-10-26 | Make git-cherry handle root trees | Rene Scharfe | 1 | -0/+18 |
2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -2/+1 |
2006-08-14 | Make show_entry void | David Rientjes | 1 | -6/+6 |
2006-04-10 | tree-diff: do not assume we use only one pathspec | Junio C Hamano | 1 | -21/+25 |
2006-04-04 | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 1 | -3/+4 |