summaryrefslogtreecommitdiff
path: root/doc/bugs/dotdot_problem.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-17 13:55:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-17 13:55:38 -0400
commit5c7d1b027916ce3fc207329f926041d2bcad3bcd (patch)
tree7d9d3e4f3ac97c688f6ac61ae8ff665f6af030d5 /doc/bugs/dotdot_problem.mdwn
parentab55689164a2fa29af61bce692cfe5df2739b790 (diff)
Fix `git annex add ../foo` (when ran in a subdir of the repo).
There was no reason for Git.relative to be used here.
Diffstat (limited to 'doc/bugs/dotdot_problem.mdwn')
-rw-r--r--doc/bugs/dotdot_problem.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/dotdot_problem.mdwn b/doc/bugs/dotdot_problem.mdwn
index 9d247a9c0..cbefd5dae 100644
--- a/doc/bugs/dotdot_problem.mdwn
+++ b/doc/bugs/dotdot_problem.mdwn
@@ -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]]