summaryrefslogtreecommitdiffstats
path: root/diff.c
AgeCommit message (Expand)AuthorLines
2011-05-31diff: futureproof "stop feeding the backend early" logicJunio C Hamano-0/+7
2011-05-27diff --stat-count: finishing touchesJunio C Hamano-2/+4
2011-05-27diff: introduce --stat-lines to limit the stat linesMichael J Gruber-4/+34
2011-05-27diff.c: omit hidden entries from namelen calculation with --statMichael J Gruber-5/+9
2011-05-26Merge branch 'jm/maint-diff-words-with-sbe' into maintJunio C Hamano-2/+10
2011-05-23refactor get_textconv to not require diff_filespecJeff King-13/+1
2011-05-23Merge branch 'jm/maint-diff-words-with-sbe'Junio C Hamano-2/+10
2011-05-20do not read beyond end of malloc'd bufferJim Meyering-2/+10
2011-05-13Merge branch 'jh/dirstat-lines'Junio C Hamano-19/+152
2011-05-13Merge branch 'jc/fix-diff-files-unmerged' into maintJunio C Hamano-6/+6
2011-05-06Merge branch 'jc/fix-diff-files-unmerged'Junio C Hamano-6/+6
2011-05-04Merge branch 'jh/dirstat' into maintJunio C Hamano-5/+37
2011-04-29Mark dirstat error messages for translationJohan Herland-4/+4
2011-04-29Improve error handling when parsing dirstat parametersJohan Herland-30/+41
2011-04-29New --dirstat=lines mode, doing dirstat analysis based on diffstatJohan Herland-2/+59
2011-04-29Allow specifying --dirstat cut-off percentage as a floating point numberJohan Herland-10/+16
2011-04-29Add config variable for specifying default --dirstat behaviorJohan Herland-1/+9
2011-04-29Refactor --dirstat parsing; deprecate --cumulative and --dirstat-by-fileJohan Herland-9/+60
2011-04-29Make --dirstat=0 output directories that contribute < 0.1% of changesJohan Herland-2/+2
2011-04-28Merge branch 'jc/diff-irreversible-delete'Junio C Hamano-5/+14
2011-04-28Merge branch 'jc/rename-degrade-cc-to-c'Junio C Hamano-0/+26
2011-04-28Merge branch 'jh/dirstat'Junio C Hamano-5/+37
2011-04-23diff: remove often unused parameters from diff_unmerge()Junio C Hamano-4/+1
2011-04-23diff.c: return filepair from diff_unmerge()Junio C Hamano-5/+8
2011-04-12--dirstat: In case of renames, use target filename instead of source filenameJohan Herland-1/+1
2011-04-11Teach --dirstat not to completely ignore rearranged lines within a fileJohan Herland-1/+18
2011-04-11--dirstat-by-file: Make it faster and more correctJohan Herland-5/+20
2011-04-02git diff -D: omit the preimage of deletesJunio C Hamano-5/+14
2011-03-22diffcore-rename: fall back to -C when -C -C busts the rename limitJunio C Hamano-0/+26
2011-03-22Remove unused variablesJohannes Schindelin-2/+1
2011-03-22Fix sparse warningsStephen Boyd-1/+1
2011-03-19Merge branch 'jk/merge-rename-ux'Junio C Hamano-1/+1
2011-03-16Merge branch 'jk/diffstat-binary' into maintJunio C Hamano-10/+21
2011-03-16standardize brace placement in struct definitionsJonathan Nieder-4/+2
2011-02-22diff: don't retrieve binary blobs for diffstatJeff King-4/+11
2011-02-22diff: handle diffstat of rewritten binary filesJeff King-10/+14
2011-02-21bump rename limit defaults (again)Jeff King-1/+1
2010-12-21Merge branch 'ks/blame-worktree-textconv-cached'Junio C Hamano-2/+2
2010-12-19fill_textconv(): Don't get/put cache if sha1 is not validKirill Smelkov-2/+2
2010-12-16Merge branch 'kb/diff-C-M-synonym'Junio C Hamano-8/+8
2010-12-10diff: use "find" instead of "detect" as prefix for long forms of -M and -CYann Dirson-9/+9
2010-12-09Merge branch 'np/diff-in-corrupt-repository' into maintJunio C Hamano-2/+6
2010-12-09Merge branch 'cm/diff-check-at-eol' into maintJunio C Hamano-1/+1
2010-12-08Merge branch 'jk/diff-CBM'Junio C Hamano-3/+3
2010-11-29Merge branch 'np/diff-in-corrupt-repository'Junio C Hamano-2/+6
2010-11-29Merge branch 'cm/diff-check-at-eol'Junio C Hamano-1/+1
2010-11-29diff: add --detect-copies-harder as a synonym for --find-copies-harderKevin Ballard-1/+1
2010-11-24Merge branch 'cb/diff-fname-optim' into maintJunio C Hamano-1/+1
2010-11-24Merge branch 'jk/no-textconv-symlink' into maintJunio C Hamano-3/+8
2010-11-17Merge branch 'cb/diff-fname-optim'Junio C Hamano-1/+1