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
/
t
/
unit-tests
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-13
Merge branch 'kn/reftable-consistency-checks'
Junio C Hamano
1
-4
/
+20
2025-10-07
reftable: check for trailing newline in 'tables.list'
Karthik Nayak
1
-4
/
+20
2025-09-29
Merge branch 'ps/clar-updates'
Junio C Hamano
34
-258
/
+1415
2025-09-22
t/unit-tests: update to 10e96bc
Patrick Steinhardt
24
-236
/
+320
2025-09-11
t/unit-tests: update clar to fcbed04
Patrick Steinhardt
32
-238
/
+1311
2025-08-29
Merge branch 'ps/reftable-libgit2-cleanup'
Junio C Hamano
1
-29
/
+30
2025-08-25
Merge branch 'tc/diff-tree-max-depth'
Junio C Hamano
1
-0
/
+47
2025-08-21
Merge branch 'jc/string-list-split'
Junio C Hamano
1
-8
/
+87
2025-08-12
reftable/stack: allow passing flags to `reftable_stack_add()`
Patrick Steinhardt
1
-25
/
+25
2025-08-07
within_depth: fix return for empty path
Toon Claes
1
-0
/
+47
2025-08-07
Merge branch 'dl/squelch-maybe-uninitialized'
Junio C Hamano
1
-1
/
+1
2025-08-05
t/unit-tests/clar: fix -Wmaybe-uninitialized with -Og
Denton Liu
1
-1
/
+1
2025-08-04
Merge branch 'ps/meson-clar-decls-fix'
Junio C Hamano
1
-1
/
+6
2025-08-02
string-list: optionally omit empty string pieces in string_list_split*()
Junio C Hamano
1
-0
/
+15
2025-08-02
string-list: optionally trim string pieces split by string_list_split*()
Junio C Hamano
1
-0
/
+64
2025-08-02
string-list: align string_list_split() with its _in_place() counterpart
Junio C Hamano
1
-8
/
+8
2025-08-01
Merge branch 'sk/reftable-clarify-tests'
Junio C Hamano
11
-1288
/
+1097
2025-07-29
meson: ensure correct "clar-decls.h" header is used
Patrick Steinhardt
1
-1
/
+6
2025-07-28
Merge branch 'rs/pop-recent-commit-with-prio-queue'
Junio C Hamano
1
-0
/
+23
2025-07-24
t/unit-tests: finalize migration of reftable-related tests
Seyi Kuforiji
12
-154
/
+35
2025-07-24
t/unit-tests: convert reftable stack test to use clar
Seyi Kuforiji
1
-450
/
+330
2025-07-24
t/unit-tests: convert reftable record test to use clar
Seyi Kuforiji
1
-120
/
+130
2025-07-24
t/unit-tests: convert reftable readwrite test to use clar
Seyi Kuforiji
1
-228
/
+177
2025-07-24
t/unit-tests: convert reftable table test to use clar
Seyi Kuforiji
1
-40
/
+35
2025-07-24
t/unit-tests: convert reftable pq test to use clar
Seyi Kuforiji
1
-32
/
+27
2025-07-24
t/unit-tests: convert reftable merged test to use clar
Seyi Kuforiji
1
-92
/
+70
2025-07-24
t/unit-tests: convert reftable block test to use clar
Seyi Kuforiji
1
-86
/
+78
2025-07-24
t/unit-tests: convert reftable basics test to use clar test framework
Seyi Kuforiji
2
-219
/
+227
2025-07-24
t/unit-tests: implement clar specific reftable test helper functions
Seyi Kuforiji
2
-0
/
+121
2025-07-22
prio-queue: add prio_queue_replace()
René Scharfe
1
-0
/
+23
2025-07-07
u-string-list: move "remove duplicates" test to "u-string-list.c"
shejialuo
1
-0
/
+62
2025-07-07
u-string-list: move "filter string" test to "u-string-list.c"
shejialuo
1
-0
/
+73
2025-07-07
u-string-list: move "test_split_in_place" to "u-string-list.c"
shejialuo
1
-0
/
+37
2025-07-07
u-string-list: move "test_split" into "u-string-list.c"
shejialuo
1
-0
/
+55
2025-05-19
Merge branch 'ps/reftable-read-block-perffix'
Junio C Hamano
1
-5
/
+10
2025-05-12
oidmap: rename oidmap_free() to oidmap_clear()
Jeff King
1
-1
/
+1
2025-05-12
reftable: fix perf regression when reading blocks of unwanted type
Patrick Steinhardt
1
-5
/
+10
2025-04-29
Merge branch 'ps/reftable-api-revamp'
Junio C Hamano
8
-318
/
+506
2025-04-16
Merge branch 'sk/clar-trailer-urlmatch-norm-test'
Junio C Hamano
3
-359
/
+338
2025-04-15
Merge branch 'js/comma-semicolon-confusion'
Junio C Hamano
1
-2
/
+8
2025-04-08
Merge branch 'ps/reftable-sans-compat-util'
Junio C Hamano
3
-25
/
+67
2025-04-07
reftable/constants: make block types part of the public interface
Patrick Steinhardt
5
-48
/
+48
2025-04-07
reftable/table: introduce iterator for table blocks
Patrick Steinhardt
1
-0
/
+110
2025-04-07
reftable/block: expose a generic iterator over reftable records
Patrick Steinhardt
1
-0
/
+78
2025-04-07
reftable/block: make block iterators reseekable
Patrick Steinhardt
1
-15
/
+11
2025-04-07
reftable/block: rename `block_reader` to `reftable_block`
Patrick Steinhardt
1
-51
/
+51
2025-04-07
reftable/block: rename `block` to `block_data`
Patrick Steinhardt
1
-5
/
+5
2025-04-07
reftable/table: move reading block into block reader
Patrick Steinhardt
1
-36
/
+40
2025-04-07
reftable/blocksource: consolidate code into a single file
Patrick Steinhardt
2
-6
/
+6
2025-04-07
reftable/reader: rename data structure to "table"
Patrick Steinhardt
4
-131
/
+131
[next]