This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w 2011-07-09 01:49:09 +00:00 committed by admin
parent a8fe35f645
commit 085eeaa652

View file

@ -0,0 +1,13 @@
The following commands show the failure:
$ mkdir d && touch d/f
$ mkdir g && cd g && git annex add ../d/f
add ... ok
error: Invalid path '.git/annex/objects/Jx/...
...
Then it seems it is enough to 'git add ../d/f' to complete the operation.