summaryrefslogtreecommitdiff
path: root/xdiff/xdiffi.c
Commit message (Expand)AuthorAgeFilesLines
* xdiff: mark unused parameter in xdl_call_hunk_func()Jeff King2022-12-131-1/+1
* xdiff: drop unused mmfile parameters from xdl_do_patience_diff()Jeff King2022-08-201-1/+1
* xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()Jeff King2022-08-191-1/+1
* xdiff: introduce XDL_ALLOC_ARRAY()Phillip Wood2022-07-081-1/+1
* xdiff: fix a memory leakPhillip Wood2022-02-161-16/+17
* xdiff: drop unused flags parameter from recs_matchJeff King2021-12-041-9/+9
* xdiff: simplify comparisonPhillip Wood2021-11-181-4/+1
* xdiff: use BUG(...), not xdl_bug(...)Ævar Arnfjörð Bjarmason2021-06-081-14/+8
* diff: add -I<regex> that ignores matching changesMichał Kępień2020-10-201-2/+45
* xdiffi: fix typos and touch up commentsJohannes Schindelin2019-10-091-44/+55
* Merge branch 'sb/indent-heuristic-optim'Junio C Hamano2018-08-171-1/+11
|\
| * xdiff: reduce indent heuristic overheadStefan Beller2018-08-011-1/+11
* | xdiff/xdiffi.c: remove unneeded function declarationsStefan Beller2018-07-171-17/+0
|/
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-2/+2
* diff: retire "compaction" heuristicsjc/retire-compaction-heuristicsJunio C Hamano2016-12-231-33/+0
* xdiff: rename "struct group" to "struct xdlgroup"mh/diff-indent-heuristicJeff King2016-09-271-7/+7
* diff: improve positioning of add/delete blocks in diffsMichael Haggerty2016-09-191-0/+325
* xdl_change_compact(): introduce the concept of a change groupMichael Haggerty2016-08-231-90/+203
* recs_match(): take two xrecord_t pointers as argumentsMichael Haggerty2016-08-231-7/+7
* is_blank_line(): take a single xrecord_t as argumentMichael Haggerty2016-08-231-4/+4
* xdl_change_compact(): only use heuristic if group can't be matchedMichael Haggerty2016-08-231-19/+19
* xdl_change_compact(): fix compaction heuristic to adjust ixoMichael Haggerty2016-08-231-0/+1
* xdiff: implement empty line chunk heuristicStefan Beller2016-04-191-0/+26
* xdiff: add recs_match helper functionJacob Keller2016-04-181-4/+10
* diff: add --ignore-blank-lines optionAntoine Pelisse2013-06-191-1/+28
* Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-121-1/+1
* xdiff: remove emit_func() and xdi_diff_hunks()René Scharfe2012-05-091-5/+1
* xdiff: add hunk_func()René Scharfe2012-05-091-0/+17
* xdiff: PATIENCE/HISTOGRAM are not independent option bitsjc/diff-algo-cleanupJunio C Hamano2012-02-191-2/+2
* teach --histogram to diffTay Ray Chuan2011-07-121-0/+3
* refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit2009-07-221-1/+1
* Fix typos / spelling in commentsMike Ralphson2009-04-221-1/+1
* Fix various dead stores found by the clang static analyzerBenjamin Kramer2009-03-151-3/+2
* Implement the patience diff algorithmJohannes Schindelin2009-01-071-0/+3
* Allow alternate "low-level" emit function from xdl_diffBrian Downing2008-10-251-1/+3
* Remove unreachable statementsGuido Ostkamp2007-11-151-2/+0
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* xdiff: add xdl_merge()Johannes Schindelin2006-12-021-2/+1
* Fix more typos, primarily in the codePavel Roskin2006-07-101-3/+3
* Teach diff about -b and -w flagsJohannes Schindelin2006-06-231-6/+6
* xdiff: post-process hunks to make them consistent.Davide Libenzi2006-04-131-5/+109
* xdiff/xdiffi.c: fix warnings about possibly uninitialized variablesMarco Roeland2006-04-081-2/+3
* Clean-up trivially redundant diff.Davide Libenzi2006-04-041-6/+1
* Use a *real* built-in diff generatorLinus Torvalds2006-03-251-0/+469