Fix git annex add ../foo (when ran in a subdir of the repo).

There was no reason for Git.relative to be used here.
This commit is contained in:
Joey Hess 2010-11-17 13:55:38 -04:00
parent ab55689164
commit 5c7d1b0279
3 changed files with 14 additions and 8 deletions

View file

@ -1,2 +1,4 @@
cannot "git annex ../foo" (GitRepo.relative is buggy and
git-ls-files also refuses w/o --full-name, which would need other changes)
[[done]]