]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/reftable-libgit2-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Aug 2025 16:44:36 +0000 (09:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Aug 2025 16:44:36 +0000 (09:44 -0700)
commit00c2c50ea67c78632051a97b6ef853c97a227731
tree321648813519720df83274c4ebbcc5700a803850
parent96a04c45c1ac696ed5236b507da644c3c9e9ffd5
parent16684b6fae43b45309f0a75d7e0cc207954e98c8
Merge branch 'ps/reftable-libgit2-cleanup'

Code clean-ups.

* ps/reftable-libgit2-cleanup:
  refs/reftable: always reload stacks when creating lock
  reftable: don't second-guess errors from flock interface
  reftable/stack: handle outdated stacks when compacting
  reftable/stack: allow passing flags to `reftable_stack_add()`
  reftable/stack: fix compiler warning due to missing braces
  reftable/stack: reorder code to avoid forward declarations
  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