]> git.99rst.org Git - git.git/commitdiff
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)
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

1  2 
builtin/cat-file.c

Simple merge
git clone https://git.99rst.org/PROJECT