From: Joey Hess Date: Sat, 19 Dec 2015 17:55:28 +0000 (-0400) Subject: comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~320^2~205 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9deaf4f1d9d5b65bd3167313185f3bc4860d2ed0;p=git-annex.git comment --- diff --git a/doc/bugs/SmartGit__39__s_Cherry-Pick_function_throws_error_with_git-annex/comment_1_6fd91f615e8d5212674a9748d1b4135b._comment b/doc/bugs/SmartGit__39__s_Cherry-Pick_function_throws_error_with_git-annex/comment_1_6fd91f615e8d5212674a9748d1b4135b._comment new file mode 100644 index 0000000000..541eefc41d --- /dev/null +++ b/doc/bugs/SmartGit__39__s_Cherry-Pick_function_throws_error_with_git-annex/comment_1_6fd91f615e8d5212674a9748d1b4135b._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-12-19T17:51:55Z" + 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. + +(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) +"""]]