summaryrefslogtreecommitdiff
path: root/builtin-diff.c
AgeCommit message (Expand)Author
2009-08-07Show usage string for 'git log -h', 'git show -h' and 'git diff -h'Matthieu Moy
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2008-12-08reorder ALLOW_TEXTCONV option settingJeff King
2008-11-28Merge branch 'lt/preload-lstat'Junio C Hamano
2008-11-26Merge branch 'maint'Junio C Hamano
2008-11-26Teach "git diff" to honour --[no-]ext-diffJunio C Hamano
2008-11-15Add cache preload facilityLinus Torvalds
2008-11-13Merge branch 'jk/diff-convfilter'Junio C Hamano
2008-11-11git-diff: Add --staged as a synonym for --cached.David Symonds
2008-10-26userdiff: require explicitly allowing textconvJeff King
2008-10-12"git diff <tree>{3,}": do not reverse order of argumentsMatt McCutchen
2008-09-19Merge branch 'maint'Junio C Hamano
2008-09-19Merge branch 'jc/diff-prefix'Junio C Hamano
2008-09-18diff/diff-files: do not use --cc too aggressivelyJunio C Hamano
2008-08-31diff: vary default prefix depending on what are comparedJunio C Hamano
2008-08-29diff*: fix worktree setupNguyễn Thái Ngọc Duy
2008-07-23Allow pager of diff command be enabled/disabledAlex Riesen
2008-07-13Make usage strings dash-lessStephan Beyer
2008-05-27Merge branch 'jc/diff-no-no-index'Junio C Hamano
2008-05-24"git diff": do not ignore index without --no-indexJunio C Hamano
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-03-26Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor
2008-02-27Merge branch 'jc/diff-relative'Junio C Hamano
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz
2008-02-13diff --relative: output paths as relative to the current subdirectoryJunio C Hamano
2008-01-16Improve use of lockfile APIBrandon Casey
2007-12-14diff --check: minor fixupsJunio C Hamano
2007-12-14"diff --check" should affect exit statusWincent Colaiuta
2007-12-12shortlog: default to HEAD when the standard input is a ttyJunio C Hamano
2007-11-12Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit
2007-11-09refresh_index_quietly(): express "optional" nature of index writing betterJunio C Hamano
2007-09-01git-diff: resurrect the traditional empty "diff --git" behaviourJunio C Hamano
2007-08-14git-diff: squelch "empty" diffsJunio C Hamano
2007-08-13diff: don't run pager if user asked for a diff style exit codeRené Scharfe
2007-07-29git-diff: turn on recursion by defaultJeff King
2007-04-24Diff between two blobs should take mode changes into account now.Junio C Hamano
2007-04-24use mode of the tree in git-diff, if <tree>:<file> syntax is usedMartin Koegler
2007-04-23Support 'diff=pgm' attributeJunio C Hamano
2007-03-14Allow git-diff exit with codes similar to diff(1)Alex Riesen
2007-03-01diff: make more cases implicit --no-indexJohannes Schindelin
2007-02-26Merge branch 'master' into js/diff-niJunio C Hamano
2007-02-25diff --cached: give more sensible error message when HEAD is yet to be created.Junio C Hamano
2007-02-24Evil Merge branch 'jc/status' (early part) into js/diff-niJunio C Hamano
2007-02-23git-diff: fix combined diffJohannes Schindelin
2007-02-23Teach git-diff-files the new option `--no-index`Johannes Schindelin
2007-02-22run_diff_{files,index}(): update calling convention.Junio C Hamano
2006-12-13Revert "git-diff: Introduce --index and deprecate --cached."Junio C Hamano
2006-12-02git-diff: Introduce --index and deprecate --cached.Andreas Ericsson
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes