aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-diff.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-2/+2
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes1-1/+1
2006-08-15make inline is_null_sha1 globalDavid Rientjes1-2/+1
2006-08-12Merge branch 'th/diff-extra'Junio C Hamano1-7/+0
2006-08-10Fix git-diff A...BJunio C Hamano1-0/+1
2006-08-09check return value from diff_setup_done()Junio C Hamano1-1/+2
2006-08-03Fixup command names in some usage strings.Ramsay Allan Jones1-1/+1
2006-08-03Show both blob names from "git diff blob1 blob2"Junio C Hamano1-1/+1
2006-08-03Fix "git diff blob1 blob2" showing the diff in reverse.Junio C Hamano1-4/+1
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-3/+2
2006-07-28Call setup_git_directory() earlyLinus Torvalds1-3/+3
2006-07-28Merge branch 'jc/diff'Junio C Hamano1-1/+9
2006-07-27log and diff family: honor config even from subdirectoriesJunio C Hamano1-1/+2
2006-07-17git-diff A...B to (usually) mean "git-diff `git-merge-base A B` B"Junio C Hamano1-1/+9
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds1-3/+3
2006-07-10Fix more typos, primarily in the codePavel Roskin1-1/+1
2006-07-08diff: do not use configuration magic at the core-levelJunio C Hamano1-1/+1
2006-07-01Remove awkward compatibility wartsTimo Hirvonen1-7/+0
2006-07-01builtin-diff: turn recursive on when defaulting to --patch format.Junio C Hamano1-1/+3
2006-06-26Set default diff output format after parsing command lineTimo Hirvonen1-1/+3
2006-06-26Make --raw option available for all diff commandsTimo Hirvonen1-36/+12
2006-06-26Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen1-1/+1
2006-06-19Add "named object array" conceptLinus Torvalds1-12/+14
2006-06-17Shrink "struct object" a bitLinus Torvalds1-3/+3
2006-05-21Merge branch 'master' into js/fmt-patchJunio C Hamano1-6/+7
2006-05-18builtin-diff: do not say files are renamed when blob and file are givenJunio C Hamano1-1/+1
2006-05-15builtin-diff: fix comparison between two blobs.Junio C Hamano1-3/+5
2006-05-07Sparse fix for builtin-diffPeter Hagervall1-2/+1
2006-05-06fmt-patch: understand old <his> notationJohannes Schindelin1-1/+1
2006-05-03Merge branch 'jc/diff'Junio C Hamano1-0/+369
2006-04-30builtin-diff.c: die() formatting type fix.Junio C Hamano1-1/+1
2006-04-29built-in diff: assorted updates.Junio C Hamano1-9/+46
2006-04-28built-in diff.Junio C Hamano1-0/+332