index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
unit-tests
Age
Commit message (
Expand
)
Author
Lines
2026-04-06
Merge branch 'ps/odb-generic-object-name-handling'
Junio C Hamano
-9
/
+9
2026-03-24
Merge branch 'ps/clar-wo-path-max'
Junio C Hamano
-15
/
+68
2026-03-20
oidtree: extend iteration to allow for arbitrary return codes
Patrick Steinhardt
-2
/
+2
2026-03-20
oidtree: modernize the code a bit
Patrick Steinhardt
-7
/
+7
2026-03-19
Merge branch 'ps/unit-test-c-escape-names.txt'
Junio C Hamano
-2
/
+17
2026-03-16
clar: update to fix compilation on platforms without PATH_MAX
Patrick Steinhardt
-15
/
+68
2026-03-12
Merge branch 'sk/oidmap-clear-with-custom-free-func'
Junio C Hamano
-0
/
+41
2026-03-11
test-lib: print escape sequence names
Pablo Sabater
-2
/
+17
2026-03-05
oidmap: make entry cleanup explicit in oidmap_clear
Seyi Kufoiji
-0
/
+41
2026-02-25
Merge branch 'cc/lop-filter-auto'
Junio C Hamano
-0
/
+53
2026-02-17
list-objects-filter-options: support 'auto' mode for --filter
Christian Couder
-0
/
+53
2026-02-13
Merge branch 'cf/c23-const-preserving-strchr-updates-0'
Junio C Hamano
-1
/
+1
2026-02-05
global: constify some pointers that are not written to
Collin Funk
-1
/
+1
2026-01-29
string-list: add string_list_sort_u() that mimics "sort -u"
Amisha Chhajed
-0
/
+34
2026-01-29
u-string-list: add unit tests for string-list methods
Amisha Chhajed
-0
/
+209
2026-01-15
Merge branch 'ps/clar-integers'
Junio C Hamano
-70
/
+519
2025-12-07
t/unit-tests: demonstrate use of integer comparison assertions
Patrick Steinhardt
-11
/
+11
2025-12-07
t/unit-tests: update clar to 39f11fe
Patrick Steinhardt
-59
/
+508
2025-11-26
Merge branch 'jk/ci-windows-meson-test-fix'
Junio C Hamano
-0
/
+1
2025-11-24
Merge branch 'jx/repo-struct-utf8width-fix'
Junio C Hamano
-0
/
+134
2025-11-18
unit-test: ignore --no-chain-lint
Jeff King
-0
/
+1
2025-11-16
builtin/repo: fix table alignment for UTF-8 characters
Jiang Xin
-0
/
+37
2025-11-16
t/unit-tests: add UTF-8 width tests for CJK chars
Jiang Xin
-0
/
+97
2025-11-10
reftable/stack: add function to check if optimization is required
Karthik Nayak
-2
/
+10
2025-10-13
Merge branch 'kn/reftable-consistency-checks'
Junio C Hamano
-4
/
+20
2025-10-07
reftable: check for trailing newline in 'tables.list'
Karthik Nayak
-4
/
+20
2025-09-29
Merge branch 'ps/clar-updates'
Junio C Hamano
-258
/
+1415
2025-09-22
t/unit-tests: update to 10e96bc
Patrick Steinhardt
-236
/
+320
2025-09-11
t/unit-tests: update clar to fcbed04
Patrick Steinhardt
-238
/
+1311
2025-08-29
Merge branch 'ps/reftable-libgit2-cleanup'
Junio C Hamano
-29
/
+30
2025-08-25
Merge branch 'tc/diff-tree-max-depth'
Junio C Hamano
-0
/
+47
2025-08-21
Merge branch 'jc/string-list-split'
Junio C Hamano
-8
/
+87
2025-08-12
reftable/stack: allow passing flags to `reftable_stack_add()`
Patrick Steinhardt
-25
/
+25
2025-08-07
within_depth: fix return for empty path
Toon Claes
-0
/
+47
2025-08-07
Merge branch 'dl/squelch-maybe-uninitialized'
Junio C Hamano
-1
/
+1
2025-08-05
t/unit-tests/clar: fix -Wmaybe-uninitialized with -Og
Denton Liu
-1
/
+1
2025-08-04
Merge branch 'ps/meson-clar-decls-fix'
Junio C Hamano
-1
/
+6
2025-08-02
string-list: optionally omit empty string pieces in string_list_split*()
Junio C Hamano
-0
/
+15
2025-08-02
string-list: optionally trim string pieces split by string_list_split*()
Junio C Hamano
-0
/
+64
2025-08-02
string-list: align string_list_split() with its _in_place() counterpart
Junio C Hamano
-8
/
+8
2025-08-01
Merge branch 'sk/reftable-clarify-tests'
Junio C Hamano
-1288
/
+1097
2025-07-29
meson: ensure correct "clar-decls.h" header is used
Patrick Steinhardt
-1
/
+6
2025-07-28
Merge branch 'rs/pop-recent-commit-with-prio-queue'
Junio C Hamano
-0
/
+23
2025-07-24
t/unit-tests: finalize migration of reftable-related tests
Seyi Kuforiji
-154
/
+35
2025-07-24
t/unit-tests: convert reftable stack test to use clar
Seyi Kuforiji
-450
/
+330
2025-07-24
t/unit-tests: convert reftable record test to use clar
Seyi Kuforiji
-120
/
+130
2025-07-24
t/unit-tests: convert reftable readwrite test to use clar
Seyi Kuforiji
-228
/
+177
2025-07-24
t/unit-tests: convert reftable table test to use clar
Seyi Kuforiji
-40
/
+35
2025-07-24
t/unit-tests: convert reftable pq test to use clar
Seyi Kuforiji
-32
/
+27
2025-07-24
t/unit-tests: convert reftable merged test to use clar
Seyi Kuforiji
-92
/
+70
[next]