sameas done and merged

This commit is contained in:
Joey Hess 2019-10-14 16:07:49 -04:00
parent 123d0d9add
commit 8ef5e79f79
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -29,3 +29,6 @@ of the code will work as-is.
That would add overhead of an additional git-annex branch read on every
program start. That could be avoided by instead putting the equivilance in
the remote.log. Eg, "B sameas=A foo=bar ..."
> [[done]]; this is implemented as `git annex initremote --sameas`
> --[[Joey]]