I am wondering whether there is any way to:
- On any existing repo, see a log of all users that have updated (And the revision they updated to). or
- With extra configuration, create a repository where [1] will be possible from then on.
I don't think 1 is possible but thought I would ask anyway. I am surprised that 2 doesn't appear to be possible, I would have assumed before attempting this that there would be a hook available but all of them appear to be for commiting only.
I should clarify that I want the updates to be captured by the remote repository automatically, with no alterations to the clients.
Thanks.