diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-22 14:10:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-22 14:10:48 -0400 |
commit | f0866a8abaaf21ad725215ccc4655915649dddfb (patch) | |
tree | 5bc629d55f7b39895061a902e1be96aea97814e7 /debian | |
parent | 8f009cb87ecc0df3ada184db88f05dbd57067109 (diff) |
webapp: Support for enabling known git repositories on ssh servers.
The repository must have been added using initremote.
Turned out to be much much simpler than expected, because I was able to
reuse the existing code for enabling rsync and gcrypt remotes, which
was already sufficiently general that it will also work for ssh remotes.
Total win!
This commit was sponsored by an unknown bitcoin contributor.
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 e90808da0..15345323a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ git-annex (5.20140518) UNRELEASED; urgency=medium * initremote/enableremote: Basic support for using with regular git remotes; initremote stores the location of an already existing git remote, and enableremote setups up a remote using its stored location. + * webapp: Support for enabling known git repositories on ssh servers. + The repository must have been added using initremote. -- Joey Hess <joeyh@debian.org> Mon, 19 May 2014 15:59:25 -0400 |