index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xdiff
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-16
xdiff: handle allocation failure when merging
Phillip Wood
1
-1
/
+6
2022-02-16
xdiff: refactor a function
Phillip Wood
1
-19
/
+16
2022-02-16
xdiff: handle allocation failure in patience diff
Phillip Wood
1
-5
/
+12
2022-02-16
xdiff: fix a memory leak
Phillip Wood
3
-23
/
+17
2021-12-21
Merge branch 'pw/xdiff-classify-record-in-histogram'
Junio C Hamano
3
-42
/
+29
2021-12-04
xdiff: drop unused flags parameter from recs_match
Jeff King
1
-9
/
+9
2021-12-04
xdiff: drop xpparam_t parameter from histogram cmp_recs()
Jeff King
1
-3
/
+2
2021-12-04
xdiff: drop CMP_ENV macro from xhistogram
Jeff King
1
-3
/
+0
2021-12-01
xdiff: implement a zealous diff3, or "zdiff3"
Phillip Wood
2
-6
/
+58
2021-11-18
xdiff: simplify comparison
Phillip Wood
1
-4
/
+1
2021-11-18
xdiff: avoid unnecessary memory allocations
Phillip Wood
1
-4
/
+7
2021-11-18
diff histogram: intern strings
Phillip Wood
2
-19
/
+10
2021-07-13
Merge branch 'ab/pickaxe-pcre2'
Junio C Hamano
2
-1
/
+3
2021-07-08
Merge branch 'ab/xdiff-bug-cleanup'
Junio C Hamano
1
-14
/
+8
2021-06-08
xdiff: use BUG(...), not xdl_bug(...)
Ævar Arnfjörð Bjarmason
1
-14
/
+8
2021-05-14
Merge branch 'pw/patience-diff-clean-up'
Junio C Hamano
1
-11
/
+3
2021-05-11
xdiff-interface: replace discard_hunk_line() with a flag
Ævar Arnfjörð Bjarmason
2
-1
/
+3
2021-05-05
patience diff: remove unused variable
Phillip Wood
1
-3
/
+0
2021-05-05
patience diff: remove unnecessary string comparisons
Phillip Wood
1
-8
/
+3
2020-10-20
diff: add -I<regex> that ignores matching changes
Michał Kępień
2
-2
/
+49
2020-10-20
merge-base, xdiff: zero out xpparam_t structures
Michał Kępień
2
-0
/
+4
2019-12-16
Merge branch 'rs/xdiff-ignore-ws-w-func-context'
Junio C Hamano
1
-0
/
+17
2019-12-05
xdiff: unignore changes in function context
René Scharfe
1
-0
/
+17
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
[next]