1
vote
2answers
54 views

Is there a way to invoke a script on git status command?

I am managing my svn repositories as a git repo through git-svn tool, but there is no way to handle my svn externals. This problem is solved by treating each external as a git-svn repo. This is done ...
1
vote
1answer
2k views

can't push with gitolite - ENV GL_RC not set

I've got a similar problem to this post here: gitolite push error -> remote: ENV GL_RC not set I've installed gitolite successfully as a non-root method with no warnings or errors. Hoever I can't ...
1
vote
0answers
120 views

Git push size in pre-receive of the master

I am trying to restrict the size of the git push using a pre-receive hook. In the case of svn I can do it with a precommit hook by checking the size of the transaction file. I am not sure how to do ...
1
vote
2answers
3k views

Automatically synchronizing a Subversion repository and a Git repository

My project has a Subversion repository on a network file system, and a new team would like to access it using Git, and be able to commit to it and get updates from it. What I have in mind is to ...
2
votes
1answer
424 views

Git email hook to include commit message and changed files

I set up the email hook for git in heroku. However, all i get is the message that something is pushed - i need both the commit message and the modified files. #what i now get in the email: ...