aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/__39__annex_add__39___fails_to___39__git_add__39___for_parent_relative_path.mdwn
blob: 1243bbfb20368474fad3f6c58578a7c5236e4fd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.