From: Junio C Hamano Date: Fri, 12 Aug 2016 16:47:37 +0000 (-0700) Subject: Merge branch 'js/mv-dir-to-new-directory' X-Git-Tag: v2.10.0-rc0~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2c44b7a53bf49430f231a71668d2a1c4ea9f5591 Merge branch 'js/mv-dir-to-new-directory' "git mv dir non-existing-dir/" did not work in some environments the same way as existing mainstream platforms. The code now moves "dir" to "non-existing-dir", without relying on rename("A", "B/") that strips the trailing slash of '/'. * js/mv-dir-to-new-directory: git mv: do not keep slash in `git mv dir non-existing-dir/` --- 2c44b7a53bf49430f231a71668d2a1c4ea9f5591