]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/cat-file-default-format-optim'
authorJunio C Hamano <gitster@pobox.com>
Mon, 6 Jul 2026 22:50:20 +0000 (15:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
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