diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-12-31 17:56:34 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-31 17:56:34 +0000 |
commit | d9e1ff54a0f9bed280b1d6dc9b6a5a2e83b93acf (patch) | |
tree | 25a667fb55117cbd1b9d9fcf897301efd7a4483d /doc/design | |
parent | 5e8c6b1006861ec24d9405af5006674b24efecba (diff) |
Added a comment
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/external_special_remote_protocol/comment_6_ee2828ce25b83bbabc9d5dde35d1e57b._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/design/external_special_remote_protocol/comment_6_ee2828ce25b83bbabc9d5dde35d1e57b._comment b/doc/design/external_special_remote_protocol/comment_6_ee2828ce25b83bbabc9d5dde35d1e57b._comment new file mode 100644 index 000000000..f57bfabbc --- /dev/null +++ b/doc/design/external_special_remote_protocol/comment_6_ee2828ce25b83bbabc9d5dde35d1e57b._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.227" + subject="comment 6" + date="2013-12-31T17:56:34Z" + content=""" +I suppose you're talking about preferred content settings. + +I think that it makes sense for hooks to use existing git-annex plumbing etc when it's available. So a hook could just run `git annex wanted` to manage its preferred content. + +The only problem is that a hook does not currently have a way to discover the UUID of the repository! So I've added a GETUUID to cover this and other use cases. +"""]] |