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

> Thanks for reporting, [[fixed|done]] --[[Joey]]