From: Junio C Hamano Date: Tue, 11 Aug 2026 17:07:00 +0000 (-0700) Subject: Merge branch 'lo/mv-missing-dest-dir-check' X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4753128b86ff7456ce499f169e1ad6c2366e3563;p=thirdparty%2Fgit.git Merge branch 'lo/mv-missing-dest-dir-check' 'git mv' has been updated to check for a missing destination leading directory during the checking phase, allowing 'git mv -n' to report the failure. The error message when the rename(2) syscall fails has also been improved to name both the source and the destination. * lo/mv-missing-dest-dir-check: mv: reject a destination whose leading path is missing or a symlink mv: name both source and destination when rename fails --- 4753128b86ff7456ce499f169e1ad6c2366e3563