aboutsummaryrefslogtreecommitdiff
path: root/git-hooks
AgeCommit message (Expand)Author
2010-06-19When a hook returns with non-zero report which hook last ran before exitingBenjamin C Meyer
2010-06-19Use rev-parse --git-dir to determine the location of the GITDIR.Benjamin C Meyer
2010-06-19Only set the hook variable when an argument is passed to hook_dirs, otherwise...Benjamin C Meyer
2010-06-19When printing the status claify that git-hooks is not installed in the curren...Benjamin C Meyer
2010-06-19Change license of all code from the 4 clause license to the 3 clause licenseBenjamin C Meyer
2010-03-20Remove variable the is no longer usedBenjamin C Meyer
2010-03-20Verify that all required arguments are passed in and return with anBenjamin C Meyer
2010-03-19Write up correct documentation for when git hooks --help is called.Benjamin C Meyer
2010-03-19Only echo the name of the script and hook if GIT_HOOKS_VERBOSE is set.Benjamin C Meyer
2010-03-19Display both the hook name and script nameBenjamin C Meyer
2010-03-19Rather than using an environment variable just use the configurationBenjamin C Meyer
2010-03-17Initial stab at the git-hooks script that will run user, application, and glo...Benjamin C Meyer