Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | diff.c: respect diff.renames config option | Eric Wong | 2006-07-07 | 1 | -0/+14 |
* | 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 |
* | 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 |
|\ \ | |||||
| * | | git diff: support "-U" and "--unified" options properly | Linus Torvalds | 2006-05-14 | 1 | -1/+51 |
| |/ | |||||
* | | diffstat rename squashing fix. | Junio C Hamano | 2006-05-14 | 1 | -2/+7 |
|/ | |||||
* | Merge branch 'jc/bindiff' | Junio C Hamano | 2006-05-09 | 1 | -7/+107 |
|\ | |||||
| * | binary diff: further updates. | Junio C Hamano | 2006-05-05 | 1 | -63/+71 |
| * | binary patch. | Junio C Hamano | 2006-05-05 | 1 | -7/+99 |
* | | Merge branch 'fix' | Junio C Hamano | 2006-05-08 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Fix "git diff --stat" with long filenames | Linus Torvalds | 2006-05-08 | 1 | -1/+1 |
* | | sha1_to_hex() usage cleanup | Linus Torvalds | 2006-05-03 | 1 | -4/+2 |
* | | diff --stat: show complete rewrites consistently. | Junio C Hamano | 2006-04-25 | 1 | -4/+14 |
* | | Libify diff-files. | Junio C Hamano | 2006-04-22 | 1 | -0/+1795 |
* | | diff: move diff.c to diff-lib.c to make room. | Junio C Hamano | 2006-04-19 | 1 | -1736/+0 |
* | | Merge branch 'fix' | Junio C Hamano | 2006-04-19 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | Fix filename scaling for binary files | Jonas Fonseca | 2006-04-18 | 1 | -3/+4 |
| * | diff --stat: make sure to set recursive. | Junio C Hamano | 2006-04-18 | 1 | -0/+10 |