]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/reftable-portability' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2026 20:30:44 +0000 (13:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2026 20:30:45 +0000 (13:30 -0700)
commit04adce37b9e1e2265200ef4aa7a327c042a42416
treecf45370d32a4cc0c223ea820e050c3a9fde36993
parente36937bb5eddeffd9f06c3ad4db0ede6ac791eb7
parent87e4eee3f94ec261a92a76d06261b227b00de461
Merge branch 'ps/reftable-portability' into next

Update reftable library part with what is used in libgit2 to improve
portability to different target codebases and platforms.

* ps/reftable-portability:
  reftable/system: add abstraction to mmap files
  reftable/system: add abstraction to retrieve time in milliseconds
  reftable/fsck: use REFTABLE_UNUSED instead of UNUSED
  reftable/stack: provide fsync(3p) via system header
  reftable: introduce "reftable-system.h" header