From: Junio C Hamano Date: Mon, 16 Mar 2026 17:48:14 +0000 (-0700) Subject: Merge branch 'ty/setup-error-tightening' X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=c563b12ce7aa6bf8130385c80c001b2340026ff5;p=rit Merge branch 'ty/setup-error-tightening' While discovering a ".git" directory, the code treats any stat() failure as a sign that a filesystem entity .git does not exist there, and ignores ".git" that is not a "gitdir" file or a directory. The code has been tightened to notice and report filesystem corruption better. * ty/setup-error-tightening: setup: improve error diagnosis for invalid .git files --- c563b12ce7aa6bf8130385c80c001b2340026ff5