diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-02-07 15:10:41 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-02-07 15:10:41 -0400 |
commit | c8d5b2067037ecb56c06cd1cc32f248c463ed228 (patch) | |
tree | 970d8d0a20d6670e8818ea6b733d96065c92ef95 /CHANGELOG | |
parent | dc0f824c1bc4c9aac1045894983a434eb26196ab (diff) |
initremote: When a uuid= parameter is passed, use the specified UUID for the new special remote, instead of generating a UUID.
This can be useful in some situations, eg when the same data can be
accessed via two different special remote backends.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ git-annex (6.20170102) UNRELEASED; urgency=medium * Fix build with aws 0.16. Thanks, aristidb. * assistant: Make --autostart --foreground wait for the children it starts. Before, the --foreground was ignored when autostarting. + * initremote: When a uuid= parameter is passed, use the specified + UUID for the new special remote, instead of generating a UUID. + This can be useful in some situations, eg when the same data can be + accessed via two different special remote backends. -- Joey Hess <id@joeyh.name> Fri, 06 Jan 2017 15:22:06 -0400 |