summaryrefslogtreecommitdiff
path: root/doc/special_remotes/hook.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-29 11:16:54 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-29 11:16:54 -0400
commit0ea7f966dc61948d107372fac6f2ec90a1dc28f5 (patch)
tree4f54bdb91d52d022f50b0dca0c5ee4efef1d37e5 /doc/special_remotes/hook.mdwn
parent3d22364bcbb190b12c3cf1fd01658d78f1f4b9fd (diff)
add git annex describe to special remote setup examples
Diffstat (limited to 'doc/special_remotes/hook.mdwn')
-rw-r--r--doc/special_remotes/hook.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/special_remotes/hook.mdwn b/doc/special_remotes/hook.mdwn
index e3b70d202..5b636613c 100644
--- a/doc/special_remotes/hook.mdwn
+++ b/doc/special_remotes/hook.mdwn
@@ -16,6 +16,7 @@ next Apert! :) --[[Joey]]
# git config annex.cuneiform-remove-hook 'librarian --get --floor=$ANNEX_HASH_1 --shelf=$ANNEX_HASH_2 --title="$ANNEX_KEY" | goon --hit-with-hammer'
# git config annex.cuneiform-checkpresent-hook 'librarian --find --force-distrust-catalog --floor=$ANNEX_HASH_1 --shelf=$ANNEX_HASH_2 --title="$ANNEX_KEY" --shout-title'
# git annex initremote library type=hook hooktype=cuneiform encryption=none
+ # git annex describe library "the reborn Library of Alexandria (upgrade to bronze plates pending)"
Can you spot the potential data loss bugs in the above simple example?
(Hint: What happens when the `tablet-proofreader` exits nonzero?)