summaryrefslogtreecommitdiff
path: root/xdiff/xdiff.h
AgeCommit message (Expand)Author
2021-05-11xdiff-interface: replace discard_hunk_line() with a flagÆvar Arnfjörð Bjarmason
2020-10-20diff: add -I<regex> that ignores matching changesMichał Kępień
2019-04-12xdiff: use xmalloc/xreallocJeff King
2018-11-02xdiff: provide a separate emit callback for hunksJeff King
2018-07-17xdiff/xdiff.h: remove unused flagsStefan Beller
2017-11-28diff: support anchoring line(s)Jonathan Tan
2017-11-27Merge branch 'jc/ignore-cr-at-eol'Junio C Hamano
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger
2017-11-08diff: --ignore-cr-at-eolJunio C Hamano
2017-10-27xdiff: reassign xpparm_t.flags bitsJunio C Hamano
2016-12-23diff: retire "compaction" heuristicsJunio C Hamano
2016-09-19diff: improve positioning of add/delete blocks in diffsMichael Haggerty
2016-05-06Merge branch 'jk/diff-compact-heuristic'Junio C Hamano
2016-04-19xdiff: implement empty line chunk heuristicStefan Beller
2016-02-23xdiff: drop XDL_EMIT_COMMONJeff King
2013-06-19diff: add --ignore-blank-lines optionAntoine Pelisse
2012-05-09xdiff: remove emit_func() and xdi_diff_hunks()René Scharfe
2012-05-09xdiff: add hunk_func()René Scharfe
2012-02-19xdiff: PATIENCE/HISTOGRAM are not independent option bitsJunio C Hamano
2012-02-19xdiff: remove XDL_PATCH_* macrosJunio C Hamano
2011-10-10diff: add option to show whole functions as contextRené Scharfe
2011-08-03xdiff: do away with xdl_mmfile_next()Tay Ray Chuan
2011-07-12teach --histogram to diffTay Ray Chuan
2010-03-21xdl_merge(): move file1 and file2 labels to xmparam structureJonathan Nieder
2010-03-21xdl_merge(): add optional ancestor label to diff3-style outputJonathan Nieder
2010-03-02refactor merge flags into xmparam_tBert Wesarg
2010-03-02make union merge an xdl merge favorBert Wesarg
2010-01-21Merge branch 'jc/conflict-marker-size'Junio C Hamano
2010-01-17xdl_merge(): allow passing down marker_size in xmparam_tJunio C Hamano
2010-01-17xdl_merge(): introduce xmparam_t for merge specific parametersJunio C Hamano
2009-11-30git-merge-file --ours, --theirsJunio C Hamano
2009-01-24Merge branch 'js/patience-diff'Junio C Hamano
2009-01-07Implement the patience diff algorithmJohannes Schindelin
2008-12-29diff: add option to show context between close hunksRené Scharfe
2008-10-25Allow alternate "low-level" emit function from xdl_diffBrian Downing
2008-08-31xdiff-merge: optionally show conflicts in "diff3 -m" styleJunio C Hamano
2008-02-18xdl_merge(): introduce XDL_MERGE_ZEALOUS_ALNUMJohannes Schindelin
2007-07-06Per-path attribute based hunk header selection.Junio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-02-14teach diff machinery about --ignore-space-at-eolJohannes Schindelin
2006-12-03xdiff: add xdl_merge()Johannes Schindelin
2006-06-29xdiff: generate "anti-diffs" aka what is common to two filesLinus Torvalds
2006-06-24Teach diff about -b and -w flagsJohannes Schindelin
2006-03-28xdiff: Show function names in hunk headers.Mark Wooding
2006-03-26Use a *real* built-in diff generatorLinus Torvalds