Bugfix: Make add ../ work.

The complication of check-attr returning absolute paths that have to be
converted back to relative paths..
This commit is contained in:
Joey Hess 2011-07-10 13:52:53 -04:00
parent 562fd41d6c
commit 7919de73af
4 changed files with 20 additions and 6 deletions

View file

@ -11,3 +11,5 @@ 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]]