This commit is contained in:
Joey Hess 2015-03-03 19:05:33 -04:00
parent 533ac6d989
commit dfd93de6cf

View file

@ -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 clients can legitimately modify, and the modifications will always involve
that client's UUID, not some other client's UUID. Reject anything shady. 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 ## verification