]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/reftable-libgit2-cleanup' into jch
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Aug 2025 00:30:29 +0000 (17:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Aug 2025 00:30:29 +0000 (17:30 -0700)
commit61118da6957a3aa2e7c3e0efecf16b3170b5df9e
tree8312372dfe8404cdd0df936204bebec1e06790fa
parent29bd8fb56df0f8a48126ffcca8bb1727b4e67e60
parentd1bf1a095015a10499d2bd84c447e5b9ec425b99
Merge branch 'ps/reftable-libgit2-cleanup' into jch

Code clean-ups.

Comments?

* ps/reftable-libgit2-cleanup:
  reftable/stack: handle outdated stacks when compacting
  reftable/stack: allow passing flags to `reftable_stack_add()`
  reftable/stack: reorder code to avoid forward declarations
  reftable/stack: fix compiler warning due to missing braces
  reftable/writer: drop Git-specific `QSORT()` macro
  reftable/writer: fix type used for number of records
refs/reftable-backend.c
t/unit-tests/u-reftable-stack.c