| Commit message (Expand) | Author | Age | Files | Lines |
* | Show usage string for 'git log -h', 'git show -h' and 'git diff -h' | Matthieu Moy | 2009-08-07 | 1 | -0/+2 |
* | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 | 1 | -1/+1 |
* | reorder ALLOW_TEXTCONV option setting | Jeff King | 2008-12-07 | 1 | -2/+2 |
* | Merge branch 'lt/preload-lstat' | Junio C Hamano | 2008-11-27 | 1 | -4/+4 |
|\ |
|
| * | Add cache preload facility | Linus Torvalds | 2008-11-14 | 1 | -4/+4 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-11-26 | 1 | -1/+4 |
|\ \
| |/
|/| |
|
| * | Teach "git diff" to honour --[no-]ext-diff | Junio C Hamano | 2008-11-26 | 1 | -1/+4 |
* | | Merge branch 'jk/diff-convfilter' | Junio C Hamano | 2008-11-12 | 1 | -0/+1 |
|\ \ |
|
| * | | userdiff: require explicitly allowing textconv | Jeff King | 2008-10-26 | 1 | -0/+1 |
* | | | git-diff: Add --staged as a synonym for --cached. | David Symonds | 2008-11-11 | 1 | -2/+3 |
|/ / |
|
* | | "git diff <tree>{3,}": do not reverse order of arguments | Matt McCutchen | 2008-10-12 | 1 | -3/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-09-18 | 1 | -1/+7 |
|\ \
| |/ |
|
| * | diff/diff-files: do not use --cc too aggressively | Junio C Hamano | 2008-09-18 | 1 | -1/+7 |
* | | Merge branch 'jc/diff-prefix' | Junio C Hamano | 2008-09-18 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | diff: vary default prefix depending on what are compared | Junio C Hamano | 2008-08-30 | 1 | -0/+2 |
* | | diff*: fix worktree setup | Nguyễn Thái Ngọc Duy | 2008-08-28 | 1 | -0/+3 |
|/ |
|
* | Allow pager of diff command be enabled/disabled | Alex Riesen | 2008-07-23 | 1 | -1/+2 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | Merge branch 'jc/diff-no-no-index' | Junio C Hamano | 2008-05-26 | 1 | -10/+45 |
|\ |
|
| * | "git diff": do not ignore index without --no-index | Junio C Hamano | 2008-05-24 | 1 | -10/+45 |
* | | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -1/+1 |
|/ |
|
* | Always set *nongit_ok in setup_git_directory_gently() | SZEDER Gábor | 2008-03-26 | 1 | -1/+1 |
* | Merge branch 'jc/diff-relative' | Junio C Hamano | 2008-02-27 | 1 | -1/+10 |
|\ |
|
| * | diff --relative: output paths as relative to the current subdirectory | Junio C Hamano | 2008-02-13 | 1 | -1/+10 |
* | | Add color.ui variable which globally enables colorization if set | Matthias Kestenholz | 2008-02-18 | 1 | -0/+5 |
|/ |
|
* | Improve use of lockfile API | Brandon Casey | 2008-01-16 | 1 | -1/+1 |
* | diff --check: minor fixups | Junio C Hamano | 2007-12-13 | 1 | -7/+4 |
* | "diff --check" should affect exit status | Wincent Colaiuta | 2007-12-13 | 1 | -2/+4 |
* | shortlog: default to HEAD when the standard input is a tty | Junio C Hamano | 2007-12-11 | 1 | -13/+1 |
* | Make the diff_options bitfields be an unsigned with explicit masks. | Pierre Habouzit | 2007-11-11 | 1 | -6/+6 |
* | refresh_index_quietly(): express "optional" nature of index writing better | Junio C Hamano | 2007-11-08 | 1 | -9/+5 |
* | git-diff: resurrect the traditional empty "diff --git" behaviour | Junio C Hamano | 2007-08-31 | 1 | -7/+27 |
* | git-diff: squelch "empty" diffs | Junio C Hamano | 2007-08-14 | 1 | -0/+8 |
* | diff: don't run pager if user asked for a diff style exit code | René Scharfe | 2007-08-13 | 1 | -0/+6 |
* | git-diff: turn on recursion by default | Jeff King | 2007-07-29 | 1 | -0/+1 |
* | Diff between two blobs should take mode changes into account now. | Junio C Hamano | 2007-04-24 | 1 | -1/+1 |
* | use mode of the tree in git-diff, if <tree>:<file> syntax is used | Martin Koegler | 2007-04-24 | 1 | -6/+14 |
* | Support 'diff=pgm' attribute | Junio C Hamano | 2007-04-22 | 1 | -0/+1 |
* | Allow git-diff exit with codes similar to diff(1) | Alex Riesen | 2007-03-14 | 1 | -8/+11 |
* | diff: make more cases implicit --no-index | Johannes Schindelin | 2007-02-28 | 1 | -1/+4 |
* | 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 |