]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-exclude
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Sep 2024 17:13:44 +0000 (10:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Sep 2024 17:13:44 +0000 (10:13 -0700)
commitd70600526e2efbea45eeb9dcb55c13f5e0ceba1f
tree6b662be8bc5d1a84a69324c198211fc752ee25b1
parent4c42d5ff284067fa32837421408bebfef996bf81
parent2b14ced370aea017efc32b525fd72a6dd2cc60c5
Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-exclude

* cp/unit-test-reftable-stack:
  t-reftable-stack: add test for stack iterators
  t-reftable-stack: add test for non-default compaction factor
  t-reftable-stack: use reftable_ref_record_equal() to compare ref records
  t-reftable-stack: use Git's tempfile API instead of mkstemp()
  t: harmonize t-reftable-stack.c with coding guidelines
  t: move reftable/stack_test.c to the unit testing framework