summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-10-06 19:11:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-10-06 19:24:11 -0400
commit5414bbce58041aa92f2a50a8e721507879000f77 (patch)
tree7e9bb34e6be4a52d266da351c747a6dd71c33d06 /debian
parentf011033869bbeeb7941c1c6e16a2a138b11c92e4 (diff)
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.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 31455c9f0..6a08d62e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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