diff options
author | jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565 <jhannwong@web> | 2015-12-21 03:21:59 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-12-21 03:21:59 +0000 |
commit | db842e29a7ebb5602aa95f6282c296a4b543402f (patch) | |
tree | fc21dd12dbf19107fbc360ce6e6450f4cf0c1dfd /doc | |
parent | 411dcfe4e093784f8fa622f00b3fb5f68474ba1c (diff) |
Added a comment: A problem with SmartGit then?
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/SmartGit__39__s_Cherry-Pick_function_throws_error_with_git-annex/comment_2_3dbaf39065c2f0941f8f7092c27fd4cb._comment | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/SmartGit__39__s_Cherry-Pick_function_throws_error_with_git-annex/comment_2_3dbaf39065c2f0941f8f7092c27fd4cb._comment b/doc/bugs/SmartGit__39__s_Cherry-Pick_function_throws_error_with_git-annex/comment_2_3dbaf39065c2f0941f8f7092c27fd4cb._comment new file mode 100644 index 000000000..7f401acd6 --- /dev/null +++ b/doc/bugs/SmartGit__39__s_Cherry-Pick_function_throws_error_with_git-annex/comment_2_3dbaf39065c2f0941f8f7092c27fd4cb._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565" + nickname="jhannwong" + subject="A problem with SmartGit then?" + date="2015-12-21T03:21:58Z" + content=""" +> git-annex init sets up .git/hooks/pre-commit to run git annex pre-commit. It looks like when git commit is run, the git-annex program is not in PATH. This probably has something to do with the way you installed git-annex. + +``which git-annex`` shows ``/usr/local/bin/git-annex``. I think I installed via Homebrew. + +Seems to be a problem with SmartGit then. The pre-commit hooks work just fine in Terminal sessions. + +> (Why is git-annex | less blanking out? Because git-annex outputs usage messages to stderr, and less pages stdout. Use git-annex 2>&1 |less) + +Ah. Oops. +"""]] |