summaryrefslogtreecommitdiff
path: root/diff.h
AgeCommit message (Expand)Author
2012-05-02Merge branch 'lp/diffstat-with-graph'Junio C Hamano
2012-04-16Merge branch 'jk/diff-no-rename-empty'Junio C Hamano
2012-04-16Add output_prefix_length to diff_optionsLucian Poston
2012-04-16Merge branch 'jc/diff-algo-cleanup'Junio C Hamano
2012-03-23teach diffcore-rename to optionally ignore empty contentJeff King
2012-03-07Merge branch 'jc/pickaxe-ignore-case'Junio C Hamano
2012-03-06Merge branch 'zj/diff-stat-dyncol'Junio C Hamano
2012-03-01diff --stat: enable limiting of the graph partZbigniew Jędrzejewski-Szmek
2012-02-29pickaxe: allow -i to search in patch case-insensitivelyJunio C Hamano
2012-02-19xdiff: PATIENCE/HISTOGRAM are not independent option bitsJunio C Hamano
2012-02-04Use correct grammar in diffstat summary lineNguyễn Thái Ngọc Duy
2011-12-18pass struct commit to diff_tree_combined_merge()René Scharfe
2011-12-18use struct sha1_array in diff_tree_combined()René Scharfe
2011-10-10diff: add option to show whole functions as contextRené Scharfe
2011-08-29Merge branch 'jk/color-and-pager'Junio C Hamano
2011-08-18diff: refactor COLOR_DIFF from a flag into an intJeff King
2011-06-30Merge branch 'mg/diff-stat-count'Junio C Hamano
2011-06-06Merge branch 'jk/diff-not-so-quick'Junio C Hamano
2011-05-31diff: futureproof "stop feeding the backend early" logicJunio C Hamano
2011-05-27diff: introduce --stat-lines to limit the stat linesMichael J Gruber
2011-05-13Merge branch 'jh/dirstat-lines'Junio C Hamano
2011-05-06Merge branch 'jc/fix-diff-files-unmerged'Junio C Hamano
2011-04-29New --dirstat=lines mode, doing dirstat analysis based on diffstatJohan Herland
2011-04-29Allow specifying --dirstat cut-off percentage as a floating point numberJohan Herland
2011-04-28Merge branch 'jc/diff-irreversible-delete'Junio C Hamano
2011-04-24diff: remove often unused parameters from diff_unmerge()Junio C Hamano
2011-04-24diff.c: return filepair from diff_unmerge()Junio C Hamano
2011-04-03git diff -D: omit the preimage of deletesJunio C Hamano
2011-03-22diffcore-rename: fall back to -C when -C -C busts the rename limitJunio C Hamano
2011-03-20Merge branch 'jk/merge-rename-ux'Junio C Hamano
2011-02-21add inexact rename detection progress infrastructureJeff King
2011-02-21merge: improve inexact rename limit warningJeff King
2011-02-03Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy
2010-10-27Merge branch 'kb/merge-recursive-rename-threshold'Junio C Hamano
2010-09-29merge-recursive: option to specify rename thresholdKevin Ballard
2010-08-31git log/diff: add -G<regexp> that greps in the patch textJunio C Hamano
2010-08-22Merge branch 'mm/shortopt-detached'Junio C Hamano
2010-08-18Merge branch 'jc/maint-follow-rename-fix'Junio C Hamano
2010-08-13diff --follow: do call diffcore_std() as necessaryJunio C Hamano
2010-08-09Submodules: Add the new "ignore" config option for diff and statusJens Lehmann
2010-08-06diff: parse separate options like -S fooMatthieu Moy
2010-06-27Merge branch 'ab/blame-textconv'Junio C Hamano
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-06-11textconv: make the API publicAxel Bonnet
2010-06-01Add a prefix output callback to diff outputBo Yang
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-04-14diff: add --word-diff option that generalizes --color-wordsThomas Rast
2010-03-14git status: ignoring untracked files must apply to submodules tooJens Lehmann
2010-03-08git status: Show detailed dirty status of submodules in long formatJens Lehmann
2010-01-25Merge branch 'jc/fix-tree-walk'Junio C Hamano