diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-22 13:42:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-22 13:42:17 -0400 |
commit | 8f009cb87ecc0df3ada184db88f05dbd57067109 (patch) | |
tree | 18bf136f6ea5a2850da27eb8cd2afad992fa54bf /debian | |
parent | 211e55ec8e105607b7b0a9b94bd7c3c2767454ce (diff) |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 38a7f45d2..e90808da0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ git-annex (5.20140518) UNRELEASED; urgency=medium to access the same repository, honor remote cost settings and use the cheapest available. * webapp: More robust startup when annex directory is not a git repo. + * 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. -- Joey Hess <joeyh@debian.org> Mon, 19 May 2014 15:59:25 -0400 |