Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | Make --raw option available for all diff commands | Timo Hirvonen | 2006-06-26 | 1 | -0/+2 |
| * | Merge with_raw, with_stat and summary variables to output_format | Timo Hirvonen | 2006-06-26 | 1 | -95/+88 |
* | | Make zlib compression level configurable, and change default. | Joachim B Haga | 2006-07-03 | 1 | -1/+1 |
* | | diff.c: fix get_patch_id() | Junio C Hamano | 2006-06-28 | 1 | -1/+1 |
* | | add diff_flush_patch_id() to calculate the patch id | Johannes Schindelin | 2006-06-26 | 1 | -0/+139 |
|/ | |||||
* | Merge branch 'jc/diff' | Junio C Hamano | 2006-06-26 | 1 | -14/+80 |
|\ | |||||
| * | diff --color: use $GIT_DIR/config | Junio C Hamano | 2006-06-25 | 1 | -14/+80 |
* | | Merge branch 'js/diff' | Junio C Hamano | 2006-06-26 | 1 | -4/+9 |
|\ \ | |/ |/| | |||||
| * | Teach diff about -b and -w flags | Johannes Schindelin | 2006-06-23 | 1 | -4/+9 |
* | | Clean up diff.c | Timo Hirvonen | 2006-06-24 | 1 | -12/+6 |
* | | diff --color: use reset sequence when we mean reset. | Junio C Hamano | 2006-06-24 | 1 | -1/+1 |
|/ | |||||
* | Tweak diff colors | Linus Torvalds | 2006-06-22 | 1 | -41/+58 |
* | Merge branch 'ff/c99' into next | Junio C Hamano | 2006-06-21 | 1 | -1/+1 |
|\ | |||||
| * | Remove all void-pointer arithmetic. | Florian Forster | 2006-06-20 | 1 | -1/+1 |
* | | diff options: add --color | Johannes Schindelin | 2006-06-17 | 1 | -9/+70 |
|/ | |||||
* | Merge branch 'js/fmt-patch' | Junio C Hamano | 2006-05-24 | 1 | -1/+5 |
|\ | |||||
| * | fmt-patch: Support --attach | Johannes Schindelin | 2006-05-21 | 1 | -1/+5 |
* | | --summary output should print immediately after stats. | Sean | 2006-05-23 | 1 | -1/+4 |
* | | Avoid segfault in diff --stat rename output. | Sean | 2006-05-22 | 1 | -1/+1 |
* | | diff: minor option combination fix. | Junio C Hamano | 2006-05-22 | 1 | -0/+8 |
* | | checkdiff_consume: strtol parameter fix. | Junio C Hamano | 2006-05-21 | 1 | -1/+1 |
|/ | |||||
* | diff family: add --check option | Johannes Schindelin | 2006-05-21 | 1 | -1/+114 |
* | Merge branch 'se/diff' | Junio C Hamano | 2006-05-15 | 1 | -1/+87 |
|\ | |||||
| * | Add "--summary" option to git diff. | Sean | 2006-05-14 | 1 | -1/+87 |
* | | Merge branch 'lt/diff' | Junio C Hamano | 2006-05-15 | 1 | -1/+51 |
|\ \ |