| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'js/diff' | Junio C Hamano | 2006-10-18 | 1 | -0/+1 |
|\ |
|
| * | Turn on recursive with --summary | Johannes Schindelin | 2006-10-05 | 1 | -0/+1 |
* | | diff --numstat | Junio C Hamano | 2006-10-13 | 1 | -2/+27 |
|/ |
|
* | Merge branch 'jc/diff-stat' | Junio C Hamano | 2006-09-30 | 1 | -41/+125 |
|\ |
|
| * | diff --stat: ensure at least one '-' for deletions, and one '+' for additions | Johannes Schindelin | 2006-09-28 | 1 | -4/+7 |
| * | diff --stat=width[,name-width]: allow custom diffstat output width. | Linus Torvalds | 2006-09-28 | 1 | -8/+25 |
| * | diff --stat: color output. | Junio C Hamano | 2006-09-27 | 1 | -10/+19 |
| * | diff --stat: allow custom diffstat output width. | Junio C Hamano | 2006-09-27 | 1 | -38/+93 |
* | | git-diff -B output fix. | Junio C Hamano | 2006-09-29 | 1 | -1/+1 |
* | | diff.c: second war on whitespace. | Junio C Hamano | 2006-09-24 | 1 | -41/+131 |
|/ |
|
* | Merge branch 'jk/diff' | Junio C Hamano | 2006-09-17 | 1 | -132/+7 |
|\ |
|
| * | Move color option parsing out of diff.c and into color.[ch] | Jeff King | 2006-09-08 | 1 | -132/+4 |
| * | diff: support custom callbacks for output | Jeff King | 2006-09-07 | 1 | -0/+3 |
* | | diff --binary generates full index on binary files. | Junio C Hamano | 2006-09-07 | 1 | -1/+7 |
|/ |
|
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 | 1 | -2/+2 |
* | Merge branch 'jc/apply' | Junio C Hamano | 2006-08-27 | 1 | -2/+8 |
|\ |
|
| * | diff.c: make binary patch reversible. | Junio C Hamano | 2006-08-16 | 1 | -2/+8 |
* | | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 | 1 | -3/+3 |
* | | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 | 1 | -5/+5 |
|/ |
|
* | remove unnecessary initializations | David Rientjes | 2006-08-15 | 1 | -2/+2 |
* | make inline is_null_sha1 global | David Rientjes | 2006-08-15 | 1 | -1/+1 |
* | diff.c cleanup | David Rientjes | 2006-08-14 | 1 | -3/+1 |
* | Merge branch 'th/diff-extra' | Junio C Hamano | 2006-08-12 | 1 | -0/+13 |
|\ |
|
| * | --name-only, --name-status, --check and -s are mutually exclusive | Timo Hirvonen | 2006-07-01 | 1 | -0/+13 |
* | | Add the --color-words option to the diff options family | Johannes Schindelin | 2006-08-10 | 1 | -6/+172 |
* | | allow diff.renamelimit to be set regardless of -M/-Cv1.4.2-rc4 | Junio C Hamano | 2006-08-09 | 1 | -3/+0 |
* | | make --find-copies-harder imply -C | Junio C Hamano | 2006-08-09 | 1 | -3/+4 |
* | | diff.c: do not use pathname comparison to tell renames | Junio C Hamano | 2006-08-03 | 1 | -5/+1 |
* | | pager: config variable pager.color | Matthias Lederhofer | 2006-07-31 | 1 | -1/+1 |
* | | Colorize 'commit' lines in log ui | Jeff King | 2006-07-24 | 1 | -17/+11 |
* | | diff: Support 256 colors | Timo Hirvonen | 2006-07-13 | 1 | -6/+18 |
* | | diff: Support both attributes and colors | Timo Hirvonen | 2006-07-13 | 1 | -57/+107 |
* | | Avoid C99 initializers | Shawn Pearce | 2006-07-10 | 1 | -6/+6 |
* | | Merge branch 'ew/diff' | Junio C Hamano | 2006-07-09 | 1 | -1/+23 |
|\ \ |
|
| * | | diff: do not use configuration magic at the core-level | Junio C Hamano | 2006-07-08 | 1 | -1/+7 |
| * | | diff.c: --no-color to defeat diff.color configuration. | Junio C Hamano | 2006-07-07 | 1 | -0/+2 |
| * | | diff.c: respect diff.renames config option | Eric Wong | 2006-07-07 | 1 | -0/+14 |
* | | | "git -p cmd" to page anywhere | Junio C Hamano | 2006-07-09 | 1 | -1/+1 |
* | | | Merge branch 'sf/diff' | Junio C Hamano | 2006-07-09 | 1 | -1/+4 |
|\ \ \
| |/ / |
|
| * | | Teach diff -a as shorthand for --text | Stephan Feder | 2006-07-07 | 1 | -1/+1 |
| * | | Teach --text option to diff | Stephan Feder | 2006-07-07 | 1 | -1/+4 |
* | | | colored diff: diff.color = auto fix | Junio C Hamano | 2006-07-07 | 1 | -2/+8 |
|/ / |
|
* | | Do not drop data from '\0' until eol in patch output | Stephan Feder | 2006-07-07 | 1 | -1/+3 |
* | | Merge branch 'th/diff' | Junio C Hamano | 2006-07-05 | 1 | -96/+125 |
|\ \
| |/ |
|
| * | Fix some more diff options changes. | Junio C Hamano | 2006-06-27 | 1 | -7/+8 |
| * | Fix diff-tree -s | Timo Hirvonen | 2006-06-27 | 1 | -3/+0 |
| * | Print empty line between raw, stat, summary and patch | Timo Hirvonen | 2006-06-27 | 1 | -5/+42 |
| * | Don't xcalloc() struct diffstat_t | Timo Hirvonen | 2006-06-26 | 1 | -6/+5 |
| * | Add msg_sep to diff_options | Timo Hirvonen | 2006-06-26 | 1 | -0/+1 |
| * | Set default diff output format after parsing command line | Timo Hirvonen | 2006-06-26 | 1 | -1/+0 |