(no commit message)
authorLukey <Lukey@web>
Sat, 2 Jan 2021 15:28:02 +0000 (15:28 +0000)
committeradmin <admin@branchable.com>
Sat, 2 Jan 2021 15:28:02 +0000 (15:28 +0000)
doc/bugs/git_annex_fix_broken.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/git_annex_fix_broken.mdwn b/doc/bugs/git_annex_fix_broken.mdwn
new file mode 100644 (file)
index 0000000..642715c
--- /dev/null
@@ -0,0 +1,17 @@
+### Please describe the problem.
+`git annex fix` doesn't fix up broken symlinks afer moving a file.
+
+### What steps will reproduce the problem?
+
+    git init
+    git annex init
+    mkdir dir
+    touch dir/a
+    git annex add .
+    git annex sync
+    mv dir/a .
+    git annex fix a
+    ls -alh
+
+### What version of git-annex are you using? On what operating system?
+8.20201127 (I know I know... One year old version :)