summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-10 18:45:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-10 18:45:55 -0400
commit10e8028a42fe65e8586b7424557b792cf36e215c (patch)
tree1053e88662fd0d5f33e778bbbd2ef52b754ada82 /doc/bugs
parentbfdc9f28fc6ef19f7e3ec2ea724a540af104a386 (diff)
Fix bug in last version in getting contents from bare repositories.
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/Can__39__t___34__git-annex_get__34___with_3.20111203.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/Can__39__t___34__git-annex_get__34___with_3.20111203.mdwn b/doc/bugs/Can__39__t___34__git-annex_get__34___with_3.20111203.mdwn
index 2e7771386..00ab9f3f0 100644
--- a/doc/bugs/Can__39__t___34__git-annex_get__34___with_3.20111203.mdwn
+++ b/doc/bugs/Can__39__t___34__git-annex_get__34___with_3.20111203.mdwn
@@ -19,3 +19,8 @@ Note there is a call to `stat()` with the full path to the requested file, and *
Using `git bisect` I was able to determine that this bug appeared in commit 64672c62 ("refactor"). Reverting it makes `git-annex-shell` work as expected, but I'm sure there are better ways to fix this. However I don't know enough Haskell to do it myself.
Could you please try to fix this in a future version?
+
+> Thanks for a very good bug report.
+>
+> I've fixed this stupid mistake introduced in the code refactoring.
+> --[[Joey]]