This commit is contained in:
parent
3cfcd54dad
commit
8c172ffb4a
1 changed files with 14 additions and 0 deletions
14
doc/bugs/git_mv_before_commit_breaks_symlinks.mdwn
Normal file
14
doc/bugs/git_mv_before_commit_breaks_symlinks.mdwn
Normal file
|
@ -0,0 +1,14 @@
|
|||
### Please describe the problem.
|
||||
|
||||
When I `git mv` a file that I just `git annex add`-ed without having `git commit`-ed it first, then the symlink will break.
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
|
||||
$ mkdir foo
|
||||
$ echo hello > foo/bar
|
||||
$ git annex add foo/bar
|
||||
$ git mv foo/bar .
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
|
||||
5.20140529 on Debian testing
|
Loading…
Add table
Add a link
Reference in a new issue