add workaround
authorspwhitton <spwhitton@web>
Sat, 21 Dec 2019 22:20:31 +0000 (22:20 +0000)
committeradmin <admin@branchable.com>
Sat, 21 Dec 2019 22:20:31 +0000 (22:20 +0000)
doc/todo/git-annex-reinject_does_not_work_in_a_bare_repo.mdwn

index 54ed3a8296c96752e3e07198605f01c2f0dd4a40..dc46ac71ee8cecfce97f5ae2aaf5775a4dc019c7 100644 (file)
@@ -24,3 +24,5 @@
     git-annex: fd:15: hGetLine: end of file
 
 Obviously this wasn't actually a file known to git-annex.  But I get the same error in a non-dummy bare repo I am trying to reinject.
+
+A workaround is to use `git worktree add` and run `git annex reinject` from there.