aboutsummaryrefslogtreecommitdiff
path: root/git-hooks
AgeCommit message (Expand)Author
2014-04-28Update `--help` outputZearin
2014-04-28Use consistent function namesZearin
2014-04-28Use consistent braces for functionsZearin
2014-04-28Put related functions next to each otherZearin
2014-02-17Handle repository paths that contains spacesBenjamin C Meyer
2013-11-06Add the ability to remind users when committing to any repo without git-hooks.Benjamin C Meyer
2013-11-06Behave much better when not in a git repositoryBenjamin C Meyer
2013-11-06Add support for Git on windows where find doesn't have the -L optionBenjamin C Meyer
2013-10-23If git hooks isn't installed explicitly say how to install itBenjamin C Meyer
2013-10-23In the event we can't rename hooks we should immediately fail.Benjamin C Meyer
2013-10-20Fix too many hooks reported in list_hooks_in_dirGeorg Lutz
2013-10-20Use /usr/bin/env in generated hook scriptsBenjamin C Meyer
2013-10-20Add support for pre-push commit hook that was added in Git 1.8.2Benjamin C Meyer
2013-07-22using /usr/bin/envMikhail Troshev
2012-02-13Fix icefox/git-hooks#9: -L arg to find must precede path to find fromSergey Belov
2012-01-25Don't re-install.Jeremy Dunck
2012-01-25When we find hooks also look for symbolic links.Benjamin C Meyer
2012-01-25Add another standard-help-flagOluf Lorenzen
2012-01-25Remove non-posix shell command flags which is causing problems across OS's.Benjamin C Meyer
2012-01-25Fix whitespace errors introduced byBenjamin C Meyer
2012-01-24Correct the copyright year and add a LICENSE file.Benjamin C Meyer
2011-09-16Lion compability.Daniel Eriksson
2011-09-05Change my mind on the previous commit making the new default .githooksBenjamin C Meyer
2011-09-01Fix OS X sort -V breakageBenjamin C Meyer
2011-09-01Include the directory .hooks inside the repository as one of the directories ...Benjamin C Meyer
2010-06-19When listing hooks don't change the cwd, just use the GITDIR variableBenjamin C Meyer
2010-06-19When listing the hook_dirs use GITDIR for the project hooksBenjamin C Meyer
2010-06-19When listing hooks use GITDIR and pipe stderr to dev/nullBenjamin C Meyer
2010-06-19If the hooks are installed or not is important, put it on its own line in the...Benjamin C Meyer
2010-06-19Allow git config path to contain $HOME or other shell variables by expanding ...Benjamin C Meyer
2010-06-19When listing hooks, the dir should always be a dir, so add / to the end of th...Benjamin C Meyer
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