This commit is contained in:
josch 2014-07-03 06:28:07 +00:00 committed by admin
parent 8c172ffb4a
commit 84d74c6c13

View file

@ -4,10 +4,10 @@ When I `git mv` a file that I just `git annex add`-ed without having `git commit
### What steps will reproduce the problem? ### What steps will reproduce the problem?
$ mkdir foo $ mkdir foo
$ echo hello > foo/bar $ echo hello > foo/bar
$ git annex add foo/bar $ git annex add foo/bar
$ git mv foo/bar . $ git mv foo/bar .
### What version of git-annex are you using? On what operating system? ### What version of git-annex are you using? On what operating system?