summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-03-23 12:14:42 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-03-23 12:14:42 -0400
commite72c2b9be2d76887a91ef7eaf645e43c5fcaaf04 (patch)
tree6bcbd1e341e5e883e6837357dc6beddf3e283316
parent42cc85a82f03e0e449af630032e42f58f1829cc9 (diff)
close
-rw-r--r--doc/bugs/configurable_path_to_git-annex-shell.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/configurable_path_to_git-annex-shell.mdwn b/doc/bugs/configurable_path_to_git-annex-shell.mdwn
index 5ef479160..af2474451 100644
--- a/doc/bugs/configurable_path_to_git-annex-shell.mdwn
+++ b/doc/bugs/configurable_path_to_git-annex-shell.mdwn
@@ -3,3 +3,5 @@ On one of my ssh remotes I had to install git-annex using cabal. No system-wide
Right now the command run by git-annex when ssh'ing to a remote is hardcoded to "`git-annex-shell`", which doesn't work for me. It would be nice to be able to change this per remote, for example with an option named `annex.<remote>.annex-shell-command`. Changing "`git-annex-shell`" in `Remote/Helper/Ssh.hs` to "`~/.cabal/bin/git-annex-shell`" worked for me, but it's obviously very ugly :)
Could you do that please? I'll try to hack it myself and send you a patch in the next few days, but I'm pretty new to Haskell so it may take me a while... Thanks!
+
+> [[closing|done]], see comments --[[Joey]]