| Commit message (Expand) | Author | Age | Files | Lines |
* | 'git foo' program identifies itself without dash in die() messages | Junio C Hamano | 2008-08-31 | 1 | -1/+1 |
* | Fix buffer overflow in git diff | Dmitry Potapov | 2008-07-16 | 1 | -5/+22 |
* | Fix small memory leaks induced by diff_tree_setup_paths | Mike Hommey | 2007-12-12 | 1 | -0/+2 |
* | Make the diff_options bitfields be an unsigned with explicit masks. | Pierre Habouzit | 2007-11-11 | 1 | -7/+7 |
* | Fix diffcore-break total breakage | Linus Torvalds | 2007-10-21 | 1 | -0/+1 |
* | Fix up "git log --follow" a bit.. | Linus Torvalds | 2007-06-22 | 1 | -9/+28 |
* | Finally implement "git log --follow" | Linus Torvalds | 2007-06-22 | 1 | -0/+59 |
* | tree_entry_interesting(): allow it to say "everything is interesting" | Junio C Hamano | 2007-03-22 | 1 | -5/+28 |
* | tree-diff: avoid strncmp() | Junio C Hamano | 2007-03-22 | 1 | -23/+37 |
* | Teach tree_entry_interesting() that the tree entries are sorted. | Junio C Hamano | 2007-03-22 | 1 | -6/+35 |
* | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 2007-03-21 | 1 | -10/+12 |
* | Set up for better tree diff optimizations | Linus Torvalds | 2007-03-19 | 1 | -10/+34 |
* | Merge branch 'ar/diff' | Junio C Hamano | 2007-03-18 | 1 | -0/+2 |
|\ |
|
| * | Teach --quiet to diff backends. | Junio C Hamano | 2007-03-14 | 1 | -0/+2 |
* | | Avoid unnecessary strlen() calls | Linus Torvalds | 2007-03-18 | 1 | -27/+29 |
|/ |
|
* | convert object type handling from a string to a number | Nicolas Pitre | 2007-02-27 | 1 | -3/+3 |
* | Make git-cherry handle root trees | Rene Scharfe | 2006-10-26 | 1 | -0/+18 |
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 | 1 | -2/+1 |
* | Make show_entry void | David Rientjes | 2006-08-14 | 1 | -6/+6 |
* | tree-diff: do not assume we use only one pathspec | Junio C Hamano | 2006-04-10 | 1 | -21/+25 |
* | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 2006-04-04 | 1 | -3/+4 |
* | tree/diff header cleanup. | Junio C Hamano | 2006-03-29 | 1 | -28/+0 |
* | Make the "struct tree_desc" operations available to others | Linus Torvalds | 2006-01-31 | 1 | -6/+6 |
* | avoid asking ?alloc() for zero bytes. | Junio C Hamano | 2005-12-26 | 1 | -0/+4 |
* | Split up tree diff functions into tree-diff.c library | Linus Torvalds | 2005-10-22 | 1 | -0/+270 |