| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into js/diff-ni | Junio C Hamano | 2007-02-26 | 1 | -1/+4 |
|\ |
|
| * | diff --cached: give more sensible error message when HEAD is yet to be created. | Junio C Hamano | 2007-02-25 | 1 | -0/+2 |
| * | git-diff: fix combined diff | Johannes Schindelin | 2007-02-22 | 1 | -1/+2 |
* | | Evil Merge branch 'jc/status' (early part) into js/diff-ni | Junio C Hamano | 2007-02-24 | 1 | -0/+4 |
|\ \ |
|
| * | | run_diff_{files,index}(): update calling convention. | Junio C Hamano | 2007-02-22 | 1 | -0/+8 |
| |/ |
|
* | | Teach git-diff-files the new option `--no-index` | Johannes Schindelin | 2007-02-22 | 1 | -35/+3 |
|/ |
|
* | Revert "git-diff: Introduce --index and deprecate --cached." | Junio C Hamano | 2006-12-13 | 1 | -1/+1 |
* | git-diff: Introduce --index and deprecate --cached. | Andreas Ericsson | 2006-12-01 | 1 | -1/+1 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 | 1 | -2/+2 |
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 | 1 | -1/+1 |
* | make inline is_null_sha1 global | David Rientjes | 2006-08-15 | 1 | -2/+1 |
* | Merge branch 'th/diff-extra' | Junio C Hamano | 2006-08-12 | 1 | -7/+0 |
|\ |
|
| * | Remove awkward compatibility warts | Timo Hirvonen | 2006-07-01 | 1 | -7/+0 |
* | | Fix git-diff A...B | Junio C Hamano | 2006-08-10 | 1 | -0/+1 |
* | | check return value from diff_setup_done() | Junio C Hamano | 2006-08-09 | 1 | -1/+2 |
* | | Fixup command names in some usage strings. | Ramsay Allan Jones | 2006-08-03 | 1 | -1/+1 |
* | | Show both blob names from "git diff blob1 blob2" | Junio C Hamano | 2006-08-03 | 1 | -1/+1 |
* | | Fix "git diff blob1 blob2" showing the diff in reverse. | Junio C Hamano | 2006-08-03 | 1 | -4/+1 |
* | | Call setup_git_directory() much earlier | Linus Torvalds | 2006-07-29 | 1 | -3/+2 |
* | | Call setup_git_directory() early | Linus Torvalds | 2006-07-28 | 1 | -3/+3 |
* | | Merge branch 'jc/diff' | Junio C Hamano | 2006-07-28 | 1 | -1/+9 |
|\ \ |
|
| * | | git-diff A...B to (usually) mean "git-diff `git-merge-base A B` B" | Junio C Hamano | 2006-07-17 | 1 | -1/+9 |
* | | | log and diff family: honor config even from subdirectories | Junio C Hamano | 2006-07-27 | 1 | -1/+2 |
|/ / |
|
* | | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 2006-07-12 | 1 | -3/+3 |
* | | Fix more typos, primarily in the code | Pavel Roskin | 2006-07-10 | 1 | -1/+1 |
* | | diff: do not use configuration magic at the core-level | Junio C Hamano | 2006-07-08 | 1 | -1/+1 |
|/ |
|
* | builtin-diff: turn recursive on when defaulting to --patch format. | Junio C Hamano | 2006-07-01 | 1 | -1/+3 |
* | Set default diff output format after parsing command line | Timo Hirvonen | 2006-06-26 | 1 | -1/+3 |
* | Make --raw option available for all diff commands | Timo Hirvonen | 2006-06-26 | 1 | -36/+12 |
* | Merge with_raw, with_stat and summary variables to output_format | Timo Hirvonen | 2006-06-26 | 1 | -1/+1 |
* | Add "named object array" concept | Linus Torvalds | 2006-06-19 | 1 | -12/+14 |
* | Shrink "struct object" a bit | Linus Torvalds | 2006-06-17 | 1 | -3/+3 |
* | Merge branch 'master' into js/fmt-patch | Junio C Hamano | 2006-05-21 | 1 | -6/+7 |
|\ |
|
| * | builtin-diff: do not say files are renamed when blob and file are given | Junio C Hamano | 2006-05-18 | 1 | -1/+1 |
| * | builtin-diff: fix comparison between two blobs. | Junio C Hamano | 2006-05-15 | 1 | -3/+5 |
| * | Sparse fix for builtin-diff | Peter Hagervall | 2006-05-07 | 1 | -2/+1 |
* | | fmt-patch: understand old <his> notation | Johannes Schindelin | 2006-05-06 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jc/diff' | Junio C Hamano | 2006-05-03 | 1 | -2/+2 |
* | builtin-diff.c: die() formatting type fix. | Junio C Hamano | 2006-04-30 | 1 | -1/+1 |
* | built-in diff: assorted updates. | Junio C Hamano | 2006-04-29 | 1 | -9/+46 |
* | built-in diff. | Junio C Hamano | 2006-04-28 | 1 | -0/+332 |