diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-01-19 16:13:20 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-01-19 16:13:20 +0000 |
commit | 6899792093a53e5f9030447d7a8131bfa1ce0420 (patch) | |
tree | 28860ed94af34fba37b468ed76eb41248e430096 | |
parent | 12d065bac8df0a0d911c6fe8c91daee5d53120e5 (diff) |
Added a comment
-rw-r--r-- | doc/bugs/OSX_app_issues/comment_10_54d8f3e429df9a9958370635c890abf0._comment | 11 |
1 files changed, 11 insertions, 0 deletions
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 000000000..cad356c67 --- /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. +"""]] |