| Commit message (Expand) | Author | Age | Files | Lines |
* | diff --quiet | Junio C Hamano | 2007-03-14 | 1 | -2/+2 |
* | Remove unused diffcore_std_no_resolve | Junio C Hamano | 2007-03-14 | 1 | -2/+0 |
* | Allow git-diff exit with codes similar to diff(1) | Alex Riesen | 2007-03-14 | 1 | -1/+4 |
* | diff: make more cases implicit --no-index | Johannes Schindelin | 2007-02-28 | 1 | -0/+2 |
* | diff --no-index: also imitate the exit status of diff(1) | Johannes Schindelin | 2007-02-26 | 1 | -0/+3 |
* | Teach git-diff-files the new option `--no-index` | Johannes Schindelin | 2007-02-22 | 1 | -0/+1 |
* | git-blame: no rev means start from the working tree file. | Junio C Hamano | 2007-02-05 | 1 | -0/+1 |
* | diff-index --cached --raw: show tree entry on the LHS for unmerged entries. | Junio C Hamano | 2007-01-06 | 1 | -1/+3 |
* | make commit message a little more consistent and conforting | Nicolas Pitre | 2006-12-15 | 1 | -0/+1 |
* | Merge branch 'jc/pickaxe' | Junio C Hamano | 2006-11-07 | 1 | -0/+1 |
|\ |
|
| * | git-pickaxe: rename detection optimization | Junio C Hamano | 2006-11-04 | 1 | -0/+1 |
* | | Make git-cherry handle root trees | Rene Scharfe | 2006-10-26 | 1 | -0/+2 |
|/ |
|
* | diff --numstat | Junio C Hamano | 2006-10-13 | 1 | -7/+9 |
* | Merge branch 'jc/diff-stat' | Junio C Hamano | 2006-09-30 | 1 | -0/+3 |
|\ |
|
| * | diff --stat: allow custom diffstat output width. | Junio C Hamano | 2006-09-27 | 1 | -0/+3 |
* | | diff.c: second war on whitespace. | Junio C Hamano | 2006-09-24 | 1 | -0/+1 |
|/ |
|
* | diff: support custom callbacks for output | Jeff King | 2006-09-07 | 1 | -0/+8 |
* | Add the --color-words option to the diff options family | Johannes Schindelin | 2006-08-10 | 1 | -1/+2 |
* | Colorize 'commit' lines in log ui | Jeff King | 2006-07-24 | 1 | -0/+11 |
* | diff: do not use configuration magic at the core-level | Junio C Hamano | 2006-07-08 | 1 | -1/+1 |
* | Add -a and --text to common diff options help | Stephan Feder | 2006-07-07 | 1 | -1/+2 |
* | Teach --text option to diff | Stephan Feder | 2006-07-07 | 1 | -0/+1 |
* | Merge branch 'th/diff' | Junio C Hamano | 2006-07-05 | 1 | -12/+16 |
|\ |
|
| * | Add msg_sep to diff_options | Timo Hirvonen | 2006-06-26 | 1 | -0/+1 |
| * | Merge with_raw, with_stat and summary variables to output_format | Timo Hirvonen | 2006-06-26 | 1 | -12/+15 |
* | | add diff_flush_patch_id() to calculate the patch id | Johannes Schindelin | 2006-06-26 | 1 | -0/+2 |
|/ |
|
* | Teach diff about -b and -w flags | Johannes Schindelin | 2006-06-23 | 1 | -0/+1 |
* | diff options: add --color | Johannes Schindelin | 2006-06-17 | 1 | -1/+2 |
* | fmt-patch: Support --attach | Johannes Schindelin | 2006-05-21 | 1 | -0/+3 |
* | diff family: add --check option | Johannes Schindelin | 2006-05-21 | 1 | -0/+1 |
* | Merge branch 'se/diff' | Junio C Hamano | 2006-05-15 | 1 | -1/+2 |
|\ |
|
| * | Add "--summary" option to git diff. | Sean | 2006-05-14 | 1 | -1/+2 |
* | | git diff: support "-U" and "--unified" options properly | Linus Torvalds | 2006-05-14 | 1 | -0/+1 |
|/ |
|
* | binary diff: further updates. | Junio C Hamano | 2006-05-05 | 1 | -0/+1 |
* | built-in diff: assorted updates. | Junio C Hamano | 2006-04-29 | 1 | -0/+2 |
* | Libified diff-index: backward compatibility fix. | Junio C Hamano | 2006-04-22 | 1 | -1/+1 |
* | Libify diff-index. | Junio C Hamano | 2006-04-22 | 1 | -0/+2 |
* | Libify diff-files. | Junio C Hamano | 2006-04-22 | 1 | -2/+5 |
* | Log message printout cleanups | Linus Torvalds | 2006-04-17 | 1 | -4/+4 |
* | diff-options: add --patch-with-stat | Johannes Schindelin | 2006-04-15 | 1 | -0/+3 |
* | diff-options: add --stat (take 2) | Johannes Schindelin | 2006-04-13 | 1 | -0/+2 |
* | Merge branch 'jc/diff' into next | Junio C Hamano | 2006-04-11 | 1 | -1/+5 |
|\ |
|
| * | tree-diff: do not assume we use only one pathspec | Junio C Hamano | 2006-04-10 | 1 | -1/+5 |
* | | Document --patch-with-raw | Petr Baudis | 2006-04-11 | 1 | -0/+2 |
* | | diff-* --patch-with-raw | Junio C Hamano | 2006-04-10 | 1 | -0/+1 |
|/ |
|
* | Retire diffcore-pathspec. | Junio C Hamano | 2006-04-10 | 1 | -1/+0 |
* | Support for pickaxe matching regular expressions | Petr Baudis | 2006-04-04 | 1 | -0/+1 |
* | tree/diff header cleanup. | Junio C Hamano | 2006-03-29 | 1 | -11/+1 |
* | combine-diff: Record diff status a bit more faithfully | Junio C Hamano | 2006-02-10 | 1 | -0/+1 |
* | combine-diff: move formatting logic to show_combined_diff() | Junio C Hamano | 2006-02-09 | 1 | -1/+2 |