webapp: Fix authorized_keys line added when setting up a rsync remote on a server that also supports git-annex, to not force running git-annex-shell.

This commit is contained in:
Joey Hess 2013-07-08 12:51:07 -04:00
parent ea12e0ff8f
commit 57f5c9f41a
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View file

@ -20,6 +20,9 @@ git-annex (4.20130628) UNRELEASED; urgency=low
* Windows: Look for .exe extension when searching for a command in path.
* Pass -f to curl when downloading a file with it, so it propigates failure.
* Windows: Fix url to object when using a http remote.
* webapp: Fix authorized_keys line added when setting up a rsync remote
on a server that also supports git-annex, to not force running
git-annex-shell.
-- Joey Hess <joeyh@debian.org> Tue, 02 Jul 2013 15:40:55 -0400