Re: Git hook commit similar to subversion start-commit hook

2013-03-05 Thread John Keeping
On Tue, Mar 05, 2013 at 10:14:42PM +0100, Jose Garcia Juanino wrote: > Is there any hook in Git similar to start-commit subversion hook? The > requirements would be: > > 1- A hook on the server side (as pre-receive) > 2- It will execute the actions *before* the begin of transaction > (pre-receive

Git hook commit similar to subversion start-commit hook

2013-03-05 Thread Jose Garcia Juanino
Hello, Is there any hook in Git similar to start-commit subversion hook? The requirements would be: 1- A hook on the server side (as pre-receive) 2- It will execute the actions *before* the begin of transaction (pre-receive hook needs the references already pushed before). For example, it would