diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-28 17:21:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-28 17:21:45 -0400 |
commit | 3ab3f41aea78f6816493d094d2daca7cc0067a91 (patch) | |
tree | b70c38456332a5d4f96160e1a377cea127992dbf /doc/special_remotes | |
parent | b5072b7b4cab21118f60c55a58497f363f749244 (diff) |
hook special remote implemented, and tested
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/hook.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/special_remotes/hook.mdwn b/doc/special_remotes/hook.mdwn index 7bdd317b9..74c4029cd 100644 --- a/doc/special_remotes/hook.mdwn +++ b/doc/special_remotes/hook.mdwn @@ -1,4 +1,5 @@ -This special remote type runs hooks that you configure to store content. +This special remote lets you store content in a remote of your own +devising. It's not recommended to use this remote type when another like [[rsync]] or [[directory]] will do. If your hooks are not carefully written, data |