diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-03 19:05:33 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-03 19:05:33 -0400 |
commit | 78983958870a65ab97cb514a880248fb57f2f98f (patch) | |
tree | 8aaddc9685008afe6555e6880d065dd989c9908a /doc/design | |
parent | 7a33087d5e3173e281678461a14acadd46e596c3 (diff) |
link
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/iabackup.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/design/iabackup.mdwn b/doc/design/iabackup.mdwn index 9a540d1b3..9c8dd8407 100644 --- a/doc/design/iabackup.mdwn +++ b/doc/design/iabackup.mdwn @@ -129,7 +129,8 @@ Check pushes of the git-annex branch. There are only a few files that clients can legitimately modify, and the modifications will always involve that client's UUID, not some other client's UUID. Reject anything shady. -These checks can be done in a git `update` hook. +These checks can be done in a git `update` hook. Rough estimate is that +such a hook would be a couple hundred lines of code. ## verification |