diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-10 13:52:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-10 13:52:53 -0400 |
commit | 7919de73af81d1788867ecbcbcc17e25b348ad1d (patch) | |
tree | 9041aaa9c3bfcf083e86b0e77de3ab8da9a8ec1e /doc/bugs | |
parent | 562fd41d6c7a522d5aa8e8eb65f1c8e12d830df4 (diff) |
Bugfix: Make add ../ work.
The complication of check-attr returning absolute paths that have to be
converted back to relative paths..
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/__39__annex_add__39___fails_to___39__git_add__39___for_parent_relative_path.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/__39__annex_add__39___fails_to___39__git_add__39___for_parent_relative_path.mdwn b/doc/bugs/__39__annex_add__39___fails_to___39__git_add__39___for_parent_relative_path.mdwn index 1243bbfb2..f129abf62 100644 --- a/doc/bugs/__39__annex_add__39___fails_to___39__git_add__39___for_parent_relative_path.mdwn +++ b/doc/bugs/__39__annex_add__39___fails_to___39__git_add__39___for_parent_relative_path.mdwn @@ -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]] |