diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-12 07:12:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-12 07:12:39 -0400 |
commit | 59227667ea41c7e255c2124ebf346c408c56eaa2 (patch) | |
tree | edaa95d45be61b4342cc3abcc685eec2d145e742 /debian | |
parent | 9348bb82fee581c26898e3c862dbeb4dbb3184e6 (diff) |
assistant: Fix ~/.ssh/git-annex-shell wrapper to work when the ssh key does not force a command.
Without a forced command, SSH_ORIGINAL_COMMAND is not set.
So instead, in this case, run $@
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dbacec2ca..bb61a654b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -55,6 +55,8 @@ git-annex (4.20130228) UNRELEASED; urgency=low * assistant: Detects most renames, including directory renames, and combines all their changes into a single commit. * addurl: Add --relaxed option. + * assistant: Fix ~/.ssh/git-annex-shell wrapper to work when the + ssh key does not force a command. -- Joey Hess <joeyh@debian.org> Wed, 27 Feb 2013 23:20:40 -0400 |