Age | Commit message (Expand) | Author | Files | Lines |
2019-10-09 | xdiffi: fix typos and touch up comments | Johannes Schindelin | 1 | -44/+55 |
2019-07-31 | Merge branch 'cb/xdiff-no-system-includes-in-dot-c' | Junio C Hamano | 3 | -8/+0 |
2019-07-29 | Merge branch 'jk/xdiff-clamp-funcname-context-index' | Junio C Hamano | 1 | -2/+2 |
2019-07-28 | xdiff: remove duplicate headers from xpatience.c | Carlo Marcelo Arenas Belón | 1 | -2/+0 |
2019-07-28 | xdiff: remove duplicate headers from xhistogram.c | Carlo Marcelo Arenas Belón | 1 | -2/+0 |
2019-07-28 | xdiff: drop system includes in xutils.c | Carlo Marcelo Arenas Belón | 1 | -4/+0 |
2019-07-23 | xdiff: clamp function context indices in post-image | Jeff King | 1 | -2/+2 |
2019-04-12 | xdiff: use xmalloc/xrealloc | Jeff King | 1 | -2/+2 |
2019-04-12 | xdiff: use git-compat-util | Jeff King | 1 | -7/+1 |
2018-11-02 | xdiff: provide a separate emit callback for hunks | Jeff King | 2 | -5/+22 |
2018-08-17 | Merge branch 'sb/indent-heuristic-optim' | Junio C Hamano | 1 | -1/+11 |
2018-08-15 | Merge branch 'sb/histogram-less-memory' | Junio C Hamano | 1 | -55/+78 |
2018-08-01 | xdiff: reduce indent heuristic overhead | Stefan Beller | 1 | -1/+11 |
2018-07-23 | xdiff/histogram: remove tail recursion | Stefan Beller | 1 | -6/+14 |
2018-07-19 | xdiff/xhistogram: move index allocation into find_lcs | Stefan Beller | 1 | -43/+53 |
2018-07-19 | xdiff/xhistogram: factor out memory cleanup into free_index() | Stefan Beller | 1 | -4/+9 |
2018-07-19 | xdiff/xhistogram: pass arguments directly to fall_back_to_classic_diff | Stefan Beller | 1 | -11/+11 |
2018-07-17 | xdiff/xdiffi.c: remove unneeded function declarations | Stefan Beller | 1 | -17/+0 |
2018-07-17 | xdiff/xdiff.h: remove unused flags | Stefan Beller | 1 | -8/+0 |
2017-12-19 | Merge branch 'jt/diff-anchored-patience' | Junio C Hamano | 2 | -5/+41 |
2017-11-28 | Merge branch 'rs/include-comments-before-the-function-header' | Junio C Hamano | 1 | -3/+10 |
2017-11-28 | diff: support anchoring line(s) | Jonathan Tan | 2 | -5/+41 |
2017-11-27 | Merge branch 'jc/ignore-cr-at-eol' | Junio C Hamano | 2 | -12/+52 |
2017-11-21 | xdiff: show non-empty lines before functions with -W | René Scharfe | 1 | -0/+3 |
2017-11-21 | xdiff: factor out is_func_rec() | René Scharfe | 1 | -3/+7 |
2017-11-09 | Replace Free Software Foundation address in license notices | Todd Zullinger | 14 | -28/+28 |
2017-11-08 | diff: --ignore-cr-at-eol | Junio C Hamano | 2 | -3/+39 |
2017-10-27 | xdiff: reassign xpparm_t.flags bits | Junio C Hamano | 1 | -10/+14 |
2017-10-10 | cleanup: fix possible overflow errors in binary search | Derrick Stolee | 1 | -1/+1 |
2017-01-15 | xdiff -W: relax end-of-file function detection | Vegard Nossum | 1 | -8/+6 |
2017-01-10 | Merge branch 'jc/retire-compaction-heuristics' | Junio C Hamano | 2 | -35/+1 |
2016-12-23 | diff: retire "compaction" heuristics | Junio C Hamano | 2 | -35/+1 |
2016-12-06 | xdiff: drop XDL_FAST_HASH | Jeff King | 1 | -106/+0 |
2016-10-03 | Merge branch 'mh/diff-indent-heuristic' | Junio C Hamano | 1 | -7/+7 |
2016-09-29 | Merge branch 'rs/xdiff-merge-overlapping-hunks-for-W-context' into maint | Junio C Hamano | 1 | -1/+1 |
2016-09-27 | xdiff: rename "struct group" to "struct xdlgroup" | Jeff King | 1 | -7/+7 |
2016-09-26 | Merge branch 'mh/diff-indent-heuristic' | Junio C Hamano | 2 | -98/+538 |
2016-09-21 | Merge branch 'rs/xdiff-merge-overlapping-hunks-for-W-context' | Junio C Hamano | 1 | -1/+1 |
2016-09-19 | diff: improve positioning of add/delete blocks in diffs | Michael Haggerty | 2 | -0/+326 |
2016-09-14 | xdiff: fix merging of hunks with -W context and -u context | René Scharfe | 1 | -1/+1 |
2016-09-07 | xdiff: remove unneeded declarations | Stefan Beller | 1 | -9/+0 |
2016-08-23 | xdl_change_compact(): introduce the concept of a change group | Michael Haggerty | 1 | -90/+203 |
2016-08-23 | recs_match(): take two xrecord_t pointers as arguments | Michael Haggerty | 1 | -7/+7 |
2016-08-23 | is_blank_line(): take a single xrecord_t as argument | Michael Haggerty | 1 | -4/+4 |
2016-08-23 | xdl_change_compact(): only use heuristic if group can't be matched | Michael Haggerty | 1 | -19/+19 |
2016-08-23 | xdl_change_compact(): fix compaction heuristic to adjust ixo | Michael Haggerty | 1 | -0/+1 |
2016-08-08 | Merge branch 'js/ignore-space-at-eol' into maint | Junio C Hamano | 2 | -3/+5 |
2016-07-11 | diff: fix a double off-by-one with --ignore-space-at-eol | Johannes Schindelin | 2 | -3/+5 |
2016-06-27 | Merge branch 'rs/xdiff-hunk-with-func-line' into maint | Junio C Hamano | 1 | -8/+57 |
2016-06-20 | Merge branch 'rs/xdiff-hunk-with-func-line' | Junio C Hamano | 1 | -8/+57 |