Pankaj Gupta wrote:

> When user commit in git repo. we would like certain checks to be done.
> How can that be achieved.

I never use git raw; I always wrap it with fabric.

So fab pull trivially calls git pull, but fab ci:'comment' calls all
our unit tests, then only calls git commit -am'message' if all the
tests pass.

(You do HAVE unit tests, don't you?;)

-- 
  Phlip
  http://c2.com/cgi/wiki?ZeekLand

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to