From: Junio C Hamano Date: Mon, 6 Jul 2026 22:50:20 +0000 (-0700) Subject: Merge branch 'rs/cat-file-default-format-optim' X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=57305b8b465eb85bfab03007921071f2fe5b1d10;p=thirdparty%2Fgit.git 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 --- 57305b8b465eb85bfab03007921071f2fe5b1d10