diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-20 18:38:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-20 18:39:10 -0400 |
commit | 4509637a6af277606332274a1e8cfc93f7fec628 (patch) | |
tree | 324fcdbe2930eab14c528a9361074af7632f3dfa /debian | |
parent | d966ae01814e1f818ddf8afd58dd8ef9c7668b51 (diff) |
webapp: Support using git-annex on a remote server, which was installed from the standalone tarball or OSX app, and so does not have git-annex in PATH (and may also not have git or rsync in PATH).
* webapp: Support using git-annex on a remote server, which was installed
from the standalone tarball or OSX app, and so does not have
git-annex in PATH (and may also not have git or rsync in PATH).
* standalone tarball, OSX app: Install a ~/.ssh/git-annex-wrapper, which
can be used to run git-annex, git, rsync, etc.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1650a07ed..0d19407ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,11 @@ git-annex (5.20140413) UNRELEASED; urgency=medium * webapp: Fix UI for removing XMPP connection. * When init detects that git is not configured to commit, and sets user.email to work around the problem, also make it set user.name. + * webapp: Support using git-annex on a remote server, which was installed + from the standalone tarball or OSX app, and so does not have + git-annex in PATH (and may also not have git or rsync in PATH). + * standalone tarball, OSX app: Install a ~/.ssh/git-annex-wrapper, which + can be used to run git-annex, git, rsync, etc. -- Joey Hess <joeyh@debian.org> Fri, 11 Apr 2014 21:33:35 -0400 |