index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xdiff
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-14
Merge branch 'en/xdiff-cleanup'
Junio C Hamano
9
-337
/
+269
2025-10-03
xdiff: change type of xdfile_t.changed from char to bool
Ezekiel Newren
5
-22
/
+22
2025-10-03
xdiff: add macros DISCARD(0), KEEP(1), INVESTIGATE(2) in xprepare.c
Ezekiel Newren
1
-37
/
+69
2025-09-30
xdiff: rename rchg -> changed in xdfile_t
Ezekiel Newren
6
-32
/
+32
2025-09-30
xdiff: delete chastore from xdfile_t
Ezekiel Newren
8
-69
/
+63
2025-09-30
xdiff: delete fields ha, line, size in xdlclass_t in favor of an xrecord_t
Ezekiel Newren
1
-10
/
+4
2025-09-30
xdiff: delete redundant array xdfile_t.ha
Ezekiel Newren
3
-21
/
+16
2025-09-30
xdiff: delete struct diffdata_t
Ezekiel Newren
2
-33
/
+10
2025-09-30
xdiff: delete local variables that alias fields in xrecord_t
Ezekiel Newren
1
-16
/
+13
2025-09-30
xdiff: delete superfluous function xdl_get_rec() in xemit
Ezekiel Newren
1
-16
/
+7
2025-09-26
xdiff: delete unnecessary fields from xrecord_t and xdfile_t
Ezekiel Newren
2
-16
/
+2
2025-09-26
xdiff: delete local variables and initialize/free xdfile_t directly
Ezekiel Newren
1
-48
/
+30
2025-09-26
xdiff: delete static forward declarations in xprepare
Ezekiel Newren
1
-66
/
+50
2025-08-18
xdiff: optimize xdl_hash_record_verbatim
Alexander Monakov
1
-4
/
+55
2025-07-28
xdiff: refactor xdl_hash_record()
Phillip Wood
2
-6
/
+11
2025-04-29
xdiff: disable cleanup_records heuristic with --minimal
Niels Glodny
1
-2
/
+3
2025-04-15
Merge branch 'js/comma-semicolon-confusion'
Junio C Hamano
1
-4
/
+8
2025-03-29
Merge branch 'rs/xdiff-context-length-fix'
Junio C Hamano
1
-1
/
+7
2025-03-28
xdiff: avoid using the comma operator unnecessarily
Johannes Schindelin
1
-4
/
+8
2025-03-14
xdiff: avoid arithmetic overflow in xdl_get_hunk()
René Scharfe
1
-1
/
+7
2025-03-03
xdiff: *.txt -> *.adoc fixes
Todd Zullinger
2
-2
/
+2
2025-02-12
xdiff: avoid signed vs. unsigned comparisons in xutils.c
David Aguilar
1
-4
/
+2
2025-02-12
xdiff: avoid signed vs. unsigned comparisons in xpatience.c
David Aguilar
1
-3
/
+1
2025-02-12
xdiff: avoid signed vs. unsigned comparisons in xhistogram.c
David Aguilar
1
-6
/
+4
2025-02-12
xdiff: avoid signed vs. unsigned comparisons in xemit.c
David Aguilar
1
-3
/
+1
2025-02-12
xdiff: avoid signed vs. unsigned comparisons in xdiffi.c
David Aguilar
1
-2
/
+1
2025-02-12
xdiff: move sign comparison warning guard into each file
David Aguilar
5
-2
/
+9
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2
-0
/
+3
2022-12-13
xdiff: mark unused parameter in xdl_call_hunk_func()
Jeff King
1
-1
/
+1
2022-12-13
xdiff: drop unused parameter in def_ff()
Jeff King
1
-2
/
+2
2022-08-20
xdiff: drop unused mmfile parameters from xdl_do_patience_diff()
Jeff King
3
-19
/
+9
2022-08-19
xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()
Jeff King
3
-5
/
+3
2022-07-08
xdiff: introduce XDL_ALLOC_GROW()
Phillip Wood
4
-16
/
+33
2022-07-08
xdiff: introduce XDL_CALLOC_ARRAY()
Phillip Wood
4
-14
/
+11
2022-07-08
xdiff: introduce xdl_calloc
Phillip Wood
4
-24
/
+15
2022-07-08
xdiff: introduce XDL_ALLOC_ARRAY()
Phillip Wood
4
-7
/
+12
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
3
-3
/
+3
2022-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
3
-3
/
+3
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
3
-3
/
+3
2022-04-01
xdiff/xmacros.h: remove unused XDL_PTRFREE
Ævar Arnfjörð Bjarmason
1
-1
/
+0
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
[next]