summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-08 16:51:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-08 16:51:29 -0400
commit88baed963571908ed6bba6aa7e740f830897038e (patch)
tree55eaaf5fa7770b1bc11e8b4ddfb54ea626b2a414
parent794c66d08c0d8fa56b6519fb8775aad4649f3a34 (diff)
old bug
-rw-r--r--doc/bugs/annex_get_fails:___34__No_such_file_or_directory__34__.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/annex_get_fails:___34__No_such_file_or_directory__34__.mdwn b/doc/bugs/annex_get_fails:___34__No_such_file_or_directory__34__.mdwn
index f3370fcb6..33ac259d9 100644
--- a/doc/bugs/annex_get_fails:___34__No_such_file_or_directory__34__.mdwn
+++ b/doc/bugs/annex_get_fails:___34__No_such_file_or_directory__34__.mdwn
@@ -53,3 +53,16 @@ CentOS 6.3 (kernel 2.6.32)
**Please provide any additional information below.**
+
+> Thanks for the command sequence, which I have tested here is ok with
+> a current version of git-annex (except for one cd you left out..).
+>
+> You version of git-annex is quite old, and this
+> particular bug was fixed in version 3.20120721.
+>
+> The bug is that it fails to correctly determine the git version at
+> compile time, and I think it thinks you have an old version of git
+> from before 1.7.7, which changed some behavior of `git check-attr`.
+>
+> Upgrading git-annex should fix this, please let me know if not. [[done]]
+> --[[Joey]]