Added a post-update-annex hook, which is run after the git-annex branch is updated. Needed for git update-server-info.

See https://github.com/datalad/datalad/issues/1#issuecomment-84094406
This commit is contained in:
Joey Hess 2015-03-20 14:52:58 -04:00
parent dd35cf34a4
commit 798da6cf2e
4 changed files with 23 additions and 9 deletions

2
debian/changelog vendored
View file

@ -3,6 +3,8 @@ git-annex (5.20150318) UNRELEASED; urgency=medium
* readpresentkey: New plumbing command for checking location log.
* checkpresentkey: New plumbing command to check if a key can be verified
to be present on a remote.
* Added a post-update-annex hook, which is run after the git-annex branch
is updated. Needed for git update-server-info.
-- Joey Hess <id@joeyh.name> Thu, 19 Mar 2015 17:05:32 -0400