From 4fb9aaaec74a0b6b8532cb56d58481abda02f086 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sat, 19 Jan 2013 16:13:20 +0000 Subject: [PATCH] Added a comment --- ...mment_10_54d8f3e429df9a9958370635c890abf0._comment | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/bugs/OSX_app_issues/comment_10_54d8f3e429df9a9958370635c890abf0._comment diff --git a/doc/bugs/OSX_app_issues/comment_10_54d8f3e429df9a9958370635c890abf0._comment b/doc/bugs/OSX_app_issues/comment_10_54d8f3e429df9a9958370635c890abf0._comment new file mode 100644 index 0000000000..cad356c675 --- /dev/null +++ b/doc/bugs/OSX_app_issues/comment_10_54d8f3e429df9a9958370635c890abf0._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.3.194" + subject="comment 10" + date="2013-01-19T16:13:20Z" + content=""" +The app uses the version of git included in it, because using the system's installed version if there is one is likely to run into other version incompatabilities. + +You can either install git-annex using cabal and homebrew, as documented, or you could go in and delete +all the git programs out of the app, and then it'd use the system's git stuff instead. +"""]]