git-annex-shell uuid verification

* git-annex now asks git-annex-shell to verify that it's operating in
  the expected repository.
* Note that this git-annex will not interoperate with remotes using
  older versions of git-annex-shell.

The reason for this check is to avoid git-annex getting confused about
what remote repository actually contains a value. It's a prerequisite for
supporting git insteadOf aliases.
This commit is contained in:
Joey Hess 2011-10-06 19:11:30 -04:00
parent f011033869
commit 5414bbce58
4 changed files with 30 additions and 5 deletions

5
debian/changelog vendored
View file

@ -13,6 +13,11 @@ git-annex (3.20110929) UNRELEASED; urgency=low
* Note that older versions of git-annex will display the timestamp as part
of the repository description, which is ugly but otherwise harmless.
* Add timestamps to trust.log and remote.log too.
* git-annex-shell: Added the --uuid option.
* git-annex now asks git-annex-shell to verify that it's operating in
the expected repository.
* Note that this git-annex will not interoperate with remotes using
older versions of git-annex-shell.
-- Joey Hess <joeyh@debian.org> Thu, 29 Sep 2011 18:58:53 -0400