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