projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f11160
)
(no commit message)
author
Lukey
<Lukey@web>
Sat, 2 Jan 2021 15:28:02 +0000
(15:28 +0000)
committer
admin
<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]
patch
|
blob
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
+++ b/
doc/bugs/git_annex_fix_broken.mdwn
@@ -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 :)