summaryrefslogtreecommitdiff
path: root/diff.h
AgeCommit message (Expand)Author
2014-06-03Merge branch 'ks/tree-diff-nway'Junio C Hamano
2014-04-07tree-diff: rework diff_tree() to generate diffs for multiparent cases as wellKirill Smelkov
2014-03-26tree-diff: diff_tree() should now be staticKirill Smelkov
2014-03-07Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion'Junio C Hamano
2014-02-24combine-diff: combine_diff_path.len is not needed anymoreKirill Smelkov
2013-12-27Merge branch 'tg/diff-no-index-refactor'Junio C Hamano
2013-12-27Merge branch 'zk/difftool-counts'Junio C Hamano
2013-12-12diff: move no-index detection to builtin/diff.cThomas Gummerer
2013-12-06difftool: display the number of files in the diff queue in the promptZoltan Klinger
2013-10-31Use the word 'stuck' instead of 'sticked'Nicolas Vigier
2013-10-23Merge branch 'mg/more-textconv'Junio C Hamano
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-07-19diff: remove "diff-files -q" in a version of Git in a distant futureJunio C Hamano
2013-07-19diff: deprecate -q option to diff-filesJunio C Hamano
2013-07-17diff: preparse --diff-filter string argumentJunio C Hamano
2013-07-15remove diff_tree_{setup,release}_pathsNguyễn Thái Ngọc Duy
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy
2013-05-10diff_opt: track whether flags have been set explicitlyJunio C Hamano
2013-02-17Merge branch 'mp/diff-algo-config'Junio C Hamano
2013-02-12diff: add diff_line_prefix functionJohn Keeping
2013-01-16diff: Introduce --diff-algorithm command line optionMichal Privoznik
2012-10-29Move setup_diff_pager to libgit.aNguyễn Thái Ngọc Duy
2012-09-16diff.c: mark a private file-scope symbol as staticJunio C Hamano
2012-08-27Merge branch 'jk/maint-null-in-trees'Junio C Hamano
2012-08-22Merge branch 'tr/void-diff-setup-done'Junio C Hamano
2012-08-03diff_setup_done(): return voidThomas Rast
2012-07-29diff: do not use null sha1 as a sentinel valueJeff King
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