]> Pileus Git - ~andy/git/commitdiff
Merge branch 'mm/mv-file-to-no-such-dir-with-slash' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 13 Jan 2014 19:22:48 +0000 (11:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Jan 2014 19:22:48 +0000 (11:22 -0800)
"git mv A B/", when B does not exist as a directory, should error
out, but it didn't.

* mm/mv-file-to-no-such-dir-with-slash:
  mv: let 'git mv file no-such-dir/' error out on Windows, too
  mv: let 'git mv file no-such-dir/' error out


Trivial merge