summaryrefslogtreecommitdiff
path: root/xdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pw/xdiff-classify-record-in-histogram'Junio C Hamano2021-12-213-42/+29
|\
| * xdiff: drop unused flags parameter from recs_matchJeff King2021-12-041-9/+9
| * xdiff: drop xpparam_t parameter from histogram cmp_recs()Jeff King2021-12-041-3/+2
| * xdiff: drop CMP_ENV macro from xhistogramJeff King2021-12-041-3/+0
| * xdiff: simplify comparisonPhillip Wood2021-11-181-4/+1
| * xdiff: avoid unnecessary memory allocationsPhillip Wood2021-11-181-4/+7
| * diff histogram: intern stringsPhillip Wood2021-11-182-19/+10
* | xdiff: implement a zealous diff3, or "zdiff3"Phillip Wood2021-12-012-6/+58
|/
* Merge branch 'ab/pickaxe-pcre2'Junio C Hamano2021-07-132-1/+3
|\
| * xdiff-interface: replace discard_hunk_line() with a flagÆvar Arnfjörð Bjarmason2021-05-112-1/+3
* | Merge branch 'ab/xdiff-bug-cleanup'Junio C Hamano2021-07-081-14/+8
|\ \
| * | xdiff: use BUG(...), not xdl_bug(...)Ævar Arnfjörð Bjarmason2021-06-081-14/+8
| |/
* | Merge branch 'pw/patience-diff-clean-up'Junio C Hamano2021-05-141-11/+3
|\ \ | |/ |/|
| * patience diff: remove unused variablePhillip Wood2021-05-051-3/+0
| * patience diff: remove unnecessary string comparisonsPhillip Wood2021-05-051-8/+3
* | diff: add -I<regex> that ignores matching changesMichał Kępień2020-10-202-2/+49
* | merge-base, xdiff: zero out xpparam_t structuresMichał Kępień2020-10-202-0/+4
|/
* Merge branch 'rs/xdiff-ignore-ws-w-func-context'Junio C Hamano2019-12-161-0/+17
|\
| * xdiff: unignore changes in function contextRené Scharfe2019-12-051-0/+17
* | xdiffi: fix typos and touch up commentsJohannes Schindelin2019-10-091-44/+55
|/
* Merge branch 'cb/xdiff-no-system-includes-in-dot-c'Junio C Hamano2019-07-313-8/+0
|\
| * xdiff: remove duplicate headers from xpatience.cCarlo Marcelo Arenas Belón2019-07-281-2/+0
| * xdiff: remove duplicate headers from xhistogram.cCarlo Marcelo Arenas Belón2019-07-281-2/+0
| * xdiff: drop system includes in xutils.cCarlo Marcelo Arenas Belón2019-07-281-4/+0
* | Merge branch 'jk/xdiff-clamp-funcname-context-index'Junio C Hamano2019-07-291-2/+2
|\ \ | |/ |/|
| * xdiff: clamp function context indices in post-imageJeff King2019-07-231-2/+2
* | xdiff: use xmalloc/xreallocJeff King2019-04-121-2/+2
* | xdiff: use git-compat-utilJeff King2019-04-121-7/+1
|/
* xdiff: provide a separate emit callback for hunksJeff King2018-11-022-5/+22
* Merge branch 'sb/indent-heuristic-optim'Junio C Hamano2018-08-171-1/+11
|\
| * xdiff: reduce indent heuristic overheadStefan Beller2018-08-011-1/+11
* | Merge branch 'sb/histogram-less-memory'Junio C Hamano2018-08-151-55/+78
|\ \
| * | xdiff/histogram: remove tail recursionStefan Beller2018-07-231-6/+14
| * | xdiff/xhistogram: move index allocation into find_lcsStefan Beller2018-07-191-43/+53
| * | xdiff/xhistogram: factor out memory cleanup into free_index()Stefan Beller2018-07-191-4/+9
| * | xdiff/xhistogram: pass arguments directly to fall_back_to_classic_diffStefan Beller2018-07-191-11/+11
| * | Merge branch 'rs/xdiff-merge-overlapping-hunks-for-W-context' into maintJunio C Hamano2016-09-291-1/+1
| |\ \
* | | | xdiff/xdiffi.c: remove unneeded function declarationsStefan Beller2018-07-171-17/+0
* | | | xdiff/xdiff.h: remove unused flagsStefan Beller2018-07-171-8/+0
| |_|/ |/| |
* | | Merge branch 'jt/diff-anchored-patience'Junio C Hamano2017-12-192-5/+41
|\ \ \
| * | | diff: support anchoring line(s)jt/diff-anchored-patienceJonathan Tan2017-11-282-5/+41
* | | | Merge branch 'rs/include-comments-before-the-function-header'Junio C Hamano2017-11-281-3/+10
|\ \ \ \ | |/ / / |/| | |
| * | | xdiff: show non-empty lines before functions with -WRené Scharfe2017-11-211-0/+3
| * | | xdiff: factor out is_func_rec()René Scharfe2017-11-211-3/+7
* | | | Merge branch 'jc/ignore-cr-at-eol'Junio C Hamano2017-11-272-12/+52
|\ \ \ \ | |/ / / |/| | |
| * | | diff: --ignore-cr-at-eoljc/ignore-cr-at-eolJunio C Hamano2017-11-082-3/+39
| * | | xdiff: reassign xpparm_t.flags bitsJunio C Hamano2017-10-271-10/+14
* | | | Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-0914-28/+28
* | | | cleanup: fix possible overflow errors in binary searchds/avoid-overflow-in-midpoint-computationDerrick Stolee2017-10-101-1/+1
|/ / /
* | | xdiff -W: relax end-of-file function detectionvn/xdiff-func-contextVegard Nossum2017-01-151-8/+6