git-central
git-central copied to clipboard
scripts and hooks for use with a centralized git repo
Hi Stephen, So, here is another version of the post receive script. I made the script work via either the command line, or called from another script: in my case,...
Hi Stephen, I am trying to get your script running for a test project called test77. I've placed both post-receive-hudson and functions files in the hooks directory. But, I get...
The code like ``` grep $short_refname "$GIT_DIR/locked" if [ $? -eq 0 ] ; then ``` is fragile - it is prone to break on future refactoring. Also, it contains...