aboutsummaryrefslogtreecommitdiffstats
path: root/diff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-29Make --dirstat=0 output directories that contribute < 0.1% of changesJohan Herland1-2/+2
2011-04-28Merge branch 'jc/diff-irreversible-delete'Junio C Hamano1-5/+14
2011-04-28Merge branch 'jc/rename-degrade-cc-to-c'Junio C Hamano1-0/+26
2011-04-28Merge branch 'jh/dirstat'Junio C Hamano1-5/+37
2011-04-23diff: remove often unused parameters from diff_unmerge()Junio C Hamano1-4/+1
2011-04-23diff.c: return filepair from diff_unmerge()Junio C Hamano1-5/+8
2011-04-12--dirstat: In case of renames, use target filename instead of source filenameJohan Herland1-1/+1
2011-04-11Teach --dirstat not to completely ignore rearranged lines within a fileJohan Herland1-1/+18
2011-04-11--dirstat-by-file: Make it faster and more correctJohan Herland1-5/+20
2011-04-02git diff -D: omit the preimage of deletesJunio C Hamano1-5/+14
2011-03-22diffcore-rename: fall back to -C when -C -C busts the rename limitJunio C Hamano1-0/+26
2011-03-22Remove unused variablesJohannes Schindelin1-2/+1
2011-03-22Fix sparse warningsStephen Boyd1-1/+1
2011-03-19Merge branch 'jk/merge-rename-ux'Junio C Hamano1-1/+1
2011-03-16Merge branch 'jk/diffstat-binary' into maintJunio C Hamano1-10/+21
2011-03-16standardize brace placement in struct definitionsJonathan Nieder1-4/+2
2011-02-22diff: don't retrieve binary blobs for diffstatJeff King1-4/+11
2011-02-22diff: handle diffstat of rewritten binary filesJeff King1-10/+14
2011-02-21bump rename limit defaults (again)Jeff King1-1/+1
2010-12-21Merge branch 'ks/blame-worktree-textconv-cached'Junio C Hamano1-2/+2
2010-12-19fill_textconv(): Don't get/put cache if sha1 is not validKirill Smelkov1-2/+2
2010-12-16Merge branch 'kb/diff-C-M-synonym'Junio C Hamano1-8/+8
2010-12-10diff: use "find" instead of "detect" as prefix for long forms of -M and -CYann Dirson1-9/+9
2010-12-09Merge branch 'np/diff-in-corrupt-repository' into maintJunio C Hamano1-2/+6
2010-12-09Merge branch 'cm/diff-check-at-eol' into maintJunio C Hamano1-1/+1
2010-12-08Merge branch 'jk/diff-CBM'Junio C Hamano1-3/+3
2010-11-29Merge branch 'np/diff-in-corrupt-repository'Junio C Hamano1-2/+6
2010-11-29Merge branch 'cm/diff-check-at-eol'Junio C Hamano1-1/+1
2010-11-29diff: add --detect-copies-harder as a synonym for --find-copies-harderKevin Ballard1-1/+1
2010-11-24Merge branch 'cb/diff-fname-optim' into maintJunio C Hamano1-1/+1
2010-11-24Merge branch 'jk/no-textconv-symlink' into maintJunio C Hamano1-3/+8
2010-11-17Merge branch 'cb/diff-fname-optim'Junio C Hamano1-1/+1
2010-11-17Merge branch 'jk/no-textconv-symlink'Junio C Hamano1-3/+8
2010-10-26Merge branch 'kb/merge-recursive-rename-threshold'Junio C Hamano1-6/+25
2010-10-26Merge branch 'maint'Junio C Hamano1-2/+2
2010-10-25Fix copy-pasted comments related to tree diff handling.Yann Dirson1-2/+2
2010-10-21diff: don't presume empty file when corresponding object is missingNicolas Pitre1-2/+6
2010-10-21diff: report bogus input to -C/-M/-BJeff King1-3/+3
2010-10-16diff --check: correct line numbers of new blank lines at EOFChristoph Mallon1-1/+1
2010-09-29Merge branch 'jc/pickaxe-grep'Junio C Hamano1-3/+8
2010-09-29diff: trivial fix for --output file error messageMatthieu Moy1-1/+1
2010-09-29diff: add synonyms for -M, -C, -BKevin Ballard1-3/+22
2010-09-29merge-recursive: option to specify rename thresholdKevin Ballard1-3/+3
2010-09-23do not search functions for patch IDClemens Buchacher1-1/+1
2010-09-23diff: don't use pathname-based diff drivers for symlinksJeff King1-3/+8
2010-09-09Merge branch 'maint'Junio C Hamano1-1/+4
2010-09-09diff.c: call regfree to free memory allocated by regcomp when necessaryBrandon Casey1-1/+4
2010-08-31Merge branch 'cb/binary-patch-id'Junio C Hamano1-0/+7
2010-08-31git log/diff: add -G<regexp> that greps in the patch textJunio C Hamano1-2/+7
2010-08-31diff: pass the entire diff-options to diffcore_pickaxe()Junio C Hamano1-1/+1