This commit is contained in:
parent
7f11160002
commit
0a264f1c98
1 changed files with 17 additions and 0 deletions
17
doc/bugs/git_annex_fix_broken.mdwn
Normal file
17
doc/bugs/git_annex_fix_broken.mdwn
Normal file
|
@ -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 :)
|
Loading…
Add table
Add a link
Reference in a new issue