]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/commit.c
Merge branch 'ps/reftable-write-optim'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2024 17:18:43 +0000 (10:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2024 17:18:43 +0000 (10:18 -0700)
commit5aec7231c8daabeca7cb2d3caa0ed0f88223f81e
treecfff1d955d7081ff68c3e383fcd9c8436004c893
parentd4cc1ec35f3bcce816b69986ca41943f6ce21377
parentfa74f32291d0e2b642345d25e16724567f9b881f
Merge branch 'ps/reftable-write-optim'

Code to write out reftable has seen some optimization and
simplification.

* ps/reftable-write-optim:
  reftable/block: reuse compressed array
  reftable/block: reuse zstream when writing log blocks
  reftable/writer: reset `last_key` instead of releasing it
  reftable/writer: unify releasing memory
  reftable/writer: refactorings for `writer_flush_nonempty_block()`
  reftable/writer: refactorings for `writer_add_record()`
  refs/reftable: don't recompute committer ident
  reftable: remove name checks
  refs/reftable: skip duplicate name checks
  refs/reftable: perform explicit D/F check when writing symrefs
  refs/reftable: fix D/F conflict error message on ref copy
Makefile
refs/reftable-backend.c
reftable/block.c
reftable/block.h
reftable/error.c
reftable/reftable-error.h
reftable/reftable-writer.h
reftable/stack.c
reftable/stack_test.c
t/t0610-reftable-basics.sh