From: Junio C Hamano Date: Fri, 20 Oct 2023 23:23:11 +0000 (-0700) Subject: Merge branch 'vd/loose-ref-iteration-optimization' X-Git-Tag: v2.43.0-rc0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b1e2254d6140950f9a1e3bad01d5b96fd87aec7;p=thirdparty%2Fgit.git Merge branch 'vd/loose-ref-iteration-optimization' The code to iterate over loose references have been optimized to reduce the number of lstat() system calls. * vd/loose-ref-iteration-optimization: files-backend.c: avoid stat in 'loose_fill_ref_dir' dir.[ch]: add 'follow_symlink' arg to 'get_dtype' dir.[ch]: expose 'get_dtype' ref-cache.c: fix prefix matching in ref iteration --- 6b1e2254d6140950f9a1e3bad01d5b96fd87aec7