summaryrefslogtreecommitdiff
path: root/builtin-diff.c
AgeCommit message (Expand)Author
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
2006-08-15make inline is_null_sha1 globalDavid Rientjes
2006-08-13Merge branch 'th/diff-extra'Junio C Hamano
2006-08-10Fix git-diff A...BJunio C Hamano
2006-08-09check return value from diff_setup_done()Junio C Hamano
2006-08-04Fixup command names in some usage strings.Ramsay Allan Jones
2006-08-03Show both blob names from "git diff blob1 blob2"Junio C Hamano
2006-08-03Fix "git diff blob1 blob2" showing the diff in reverse.Junio C Hamano
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-29Call setup_git_directory() earlyLinus Torvalds
2006-07-28Merge branch 'jc/diff'Junio C Hamano
2006-07-28log and diff family: honor config even from subdirectoriesJunio C Hamano
2006-07-17git-diff A...B to (usually) mean "git-diff `git-merge-base A B` B"Junio C Hamano
2006-07-13Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-07-08diff: do not use configuration magic at the core-levelJunio C Hamano
2006-07-02Remove awkward compatibility wartsTimo Hirvonen
2006-07-02builtin-diff: turn recursive on when defaulting to --patch format.Junio C Hamano
2006-06-26Set default diff output format after parsing command lineTimo Hirvonen
2006-06-26Make --raw option available for all diff commandsTimo Hirvonen
2006-06-26Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen
2006-06-20Add "named object array" conceptLinus Torvalds
2006-06-18Shrink "struct object" a bitLinus Torvalds
2006-05-21Merge branch 'master' into js/fmt-patchJunio C Hamano
2006-05-18builtin-diff: do not say files are renamed when blob and file are givenJunio C Hamano
2006-05-16builtin-diff: fix comparison between two blobs.Junio C Hamano
2006-05-07Sparse fix for builtin-diffPeter Hagervall