| Commit message (Expand) | Author | Age |
* | diff/diff-files: do not use --cc too aggressively | Junio C Hamano | 2008-09-18 |
* | diff*: fix worktree setup | Nguyễn Thái Ngọc Duy | 2008-08-28 |
* | Allow pager of diff command be enabled/disabled | Alex Riesen | 2008-07-23 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
* | Merge branch 'jc/diff-no-no-index' | Junio C Hamano | 2008-05-26 |
|\ |
|
| * | "git diff": do not ignore index without --no-index | Junio C Hamano | 2008-05-24 |
* | | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 |
|/ |
|
* | Always set *nongit_ok in setup_git_directory_gently() | SZEDER Gábor | 2008-03-26 |
* | Merge branch 'jc/diff-relative' | Junio C Hamano | 2008-02-27 |
|\ |
|
| * | diff --relative: output paths as relative to the current subdirectory | Junio C Hamano | 2008-02-13 |
* | | Add color.ui variable which globally enables colorization if set | Matthias Kestenholz | 2008-02-18 |
|/ |
|
* | Improve use of lockfile API | Brandon Casey | 2008-01-16 |
* | diff --check: minor fixups | Junio C Hamano | 2007-12-13 |
* | "diff --check" should affect exit status | Wincent Colaiuta | 2007-12-13 |
* | shortlog: default to HEAD when the standard input is a tty | Junio C Hamano | 2007-12-11 |
* | Make the diff_options bitfields be an unsigned with explicit masks. | Pierre Habouzit | 2007-11-11 |
* | refresh_index_quietly(): express "optional" nature of index writing better | Junio C Hamano | 2007-11-08 |
* | git-diff: resurrect the traditional empty "diff --git" behaviour | Junio C Hamano | 2007-08-31 |
* | git-diff: squelch "empty" diffs | Junio C Hamano | 2007-08-14 |
* | diff: don't run pager if user asked for a diff style exit code | René Scharfe | 2007-08-13 |
* | git-diff: turn on recursion by default | Jeff King | 2007-07-29 |
* | Diff between two blobs should take mode changes into account now. | Junio C Hamano | 2007-04-24 |
* | use mode of the tree in git-diff, if <tree>:<file> syntax is used | Martin Koegler | 2007-04-24 |
* | Support 'diff=pgm' attribute | Junio C Hamano | 2007-04-22 |
* | Allow git-diff exit with codes similar to diff(1) | Alex Riesen | 2007-03-14 |
* | diff: make more cases implicit --no-index | Johannes Schindelin | 2007-02-28 |
* | Merge branch 'master' into js/diff-ni | Junio C Hamano | 2007-02-26 |
|\ |
|
| * | diff --cached: give more sensible error message when HEAD is yet to be created. | Junio C Hamano | 2007-02-25 |
| * | git-diff: fix combined diff | Johannes Schindelin | 2007-02-22 |
* | | Evil Merge branch 'jc/status' (early part) into js/diff-ni | Junio C Hamano | 2007-02-24 |
|\ \ |
|
| * | | run_diff_{files,index}(): update calling convention. | Junio C Hamano | 2007-02-22 |
| |/ |
|
* | | Teach git-diff-files the new option `--no-index` | Johannes Schindelin | 2007-02-22 |
|/ |
|
* | Revert "git-diff: Introduce --index and deprecate --cached." | Junio C Hamano | 2006-12-13 |
* | git-diff: Introduce --index and deprecate --cached. | Andreas Ericsson | 2006-12-01 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 |
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 |
* | make inline is_null_sha1 global | David Rientjes | 2006-08-15 |
* | Merge branch 'th/diff-extra' | Junio C Hamano | 2006-08-12 |
|\ |
|
| * | Remove awkward compatibility warts | Timo Hirvonen | 2006-07-01 |
* | | Fix git-diff A...B | Junio C Hamano | 2006-08-10 |
* | | check return value from diff_setup_done() | Junio C Hamano | 2006-08-09 |
* | | Fixup command names in some usage strings. | Ramsay Allan Jones | 2006-08-03 |
* | | Show both blob names from "git diff blob1 blob2" | Junio C Hamano | 2006-08-03 |
* | | Fix "git diff blob1 blob2" showing the diff in reverse. | Junio C Hamano | 2006-08-03 |
* | | Call setup_git_directory() much earlier | Linus Torvalds | 2006-07-29 |
* | | Call setup_git_directory() early | Linus Torvalds | 2006-07-28 |
* | | Merge branch 'jc/diff' | Junio C Hamano | 2006-07-28 |
|\ \ |
|
| * | | git-diff A...B to (usually) mean "git-diff `git-merge-base A B` B" | Junio C Hamano | 2006-07-17 |
* | | | log and diff family: honor config even from subdirectories | Junio C Hamano | 2006-07-27 |
|/ / |
|
* | | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 2006-07-12 |