]> git.99rst.org Git - git.git/commit
Merge branch 'rs/cat-file-default-format-optim'
authorJunio C Hamano <redacted>
Mon, 6 Jul 2026 22:50:20 +0000 (15:50 -0700)
committerJunio C Hamano <redacted>
Mon, 6 Jul 2026 22:50:20 +0000 (15:50 -0700)
commit57305b8b465eb85bfab03007921071f2fe5b1d10
treedc4e9ee7f24ed0d37f73dd2d80a214943c8a15c9
parentda898390cb4742080f1484f108d00afcebcb8b2c
parent800581cd44e1d164e53f624257fcc0ceb937d154
Merge branch 'rs/cat-file-default-format-optim'

The default format path of git cat-file --batch has been optimized
to use strbuf_add_oid_hex() and strbuf_add_uint() instead of
strbuf_addf(), yielding a noticeable speedup.

* rs/cat-file-default-format-optim:
  cat-file: speed up default format
builtin/cat-file.c
git clone https://git.99rst.org/PROJECT