summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar josch <josch@web>2014-07-03 06:27:32 +0000
committerGravatar admin <admin@branchable.com>2014-07-03 06:27:32 +0000
commit65b9577f230066c4863eb43cb8d6f4ac7fcdc5c6 (patch)
treede6736916561d760284d4803823fbbd84edf6d55
parent0cbaddaaa31e75878ad4d2800e3c54211e9c2391 (diff)
-rw-r--r--doc/bugs/git_mv_before_commit_breaks_symlinks.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/git_mv_before_commit_breaks_symlinks.mdwn b/doc/bugs/git_mv_before_commit_breaks_symlinks.mdwn
new file mode 100644
index 000000000..3e324e94e
--- /dev/null
+++ b/doc/bugs/git_mv_before_commit_breaks_symlinks.mdwn
@@ -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