aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git_mv_before_commit_breaks_symlinks.mdwn
blob: 8692b93b6a01b648563656ee4c4e9a8b043430ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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