]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/reftable-portability'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 Apr 2026 17:19:17 +0000 (10:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Apr 2026 17:19:17 +0000 (10:19 -0700)
commit4fee6ff3b23321b55073ca2d13c4e2aa6adaea65
tree097114e50b0fea8c224986e29d070b99a7904370
parent0c0cbd8ab7c8e1884d6f0bdf1f36f5f9d4732553
parent87e4eee3f94ec261a92a76d06261b227b00de461
Merge branch 'ps/reftable-portability'

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