Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
* | | Fix "git log --stat": make sure to set recursive with --stat. | Junio C Hamano | 2006-04-18 | 1 | -0/+9 |
|/ | |||||
* | diff-options: add --patch-with-stat | Johannes Schindelin | 2006-04-15 | 1 | -1/+16 |
* | diff-files --stat: do not dump core with unmerged index. | Junio C Hamano | 2006-04-15 | 1 | -4/+17 |
* | diff --stat: do not do its own three-dashes. | Junio C Hamano | 2006-04-15 | 1 | -2/+0 |
* | diff --stat: no need to ask funcnames nor context. | Junio C Hamano | 2006-04-13 | 1 | -2/+2 |
* | diff-options: add --stat (take 2) | Johannes Schindelin | 2006-04-13 | 1 | -5/+5 |
* | diff-options: add --stat (take 2) | Johannes Schindelin | 2006-04-13 | 1 | -5/+217 |
* | Separate the raw diff and patch with a newline | Petr Baudis | 2006-04-11 | 1 | -0/+1 |