From: Junio C Hamano Date: Fri, 31 Jul 2026 15:54:08 +0000 (-0700) Subject: Merge branch 'lo/mv-missing-dest-dir-check' into jch X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5e68c54d1573a2640a8d664982ea9909a889d12;p=thirdparty%2Fgit.git Merge branch 'lo/mv-missing-dest-dir-check' into jch '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 --- b5e68c54d1573a2640a8d664982ea9909a889d12