index
:
git-hooks
master
Mirror of git-hooks tool
Fluxo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-04-29
Merge pull request #36 from Zearin/reorder-func
HEAD
master
Benjamin C Meyer
2014-04-28
Update `--help` output
Zearin
2014-04-28
Use consistent function names
Zearin
2014-04-28
Use consistent braces for functions
Zearin
2014-04-28
Put related functions next to each other
Zearin
2014-02-17
Don't output error when checking files that have been removed and don't exists.
Benjamin C Meyer
2014-02-17
Handle repository paths that contains spaces
Benjamin C Meyer
2013-12-04
Merge pull request #29 from Zearin/patch-1
Benjamin C Meyer
2013-12-02
Updated README to use markdown & edited for grammar, phrasing, and clarity
Tony
2013-11-06
Remove .gitignore which was just ignoring vim swap files
Benjamin C Meyer
2013-11-06
Add the ability to remind users when committing to any repo without git-hooks.
Benjamin C Meyer
2013-11-06
Behave much better when not in a git repository
Benjamin C Meyer
2013-11-06
Add support for Git on windows where find doesn't have the -L option
Benjamin C Meyer
2013-10-23
If git hooks isn't installed explicitly say how to install it
Benjamin C Meyer
2013-10-23
In the event we can't rename hooks we should immediately fail.
Benjamin C Meyer
2013-10-20
Fix too many hooks reported in list_hooks_in_dir
Georg Lutz
2013-10-20
Use /usr/bin/env in generated hook scripts
Benjamin C Meyer
2013-10-20
Add support for pre-push commit hook that was added in Git 1.8.2
Benjamin C Meyer
2013-07-22
Merge pull request #18 from mishanga/patch-1
Benjamin C Meyer
2013-07-22
using /usr/bin/env
Mikhail Troshev
2013-02-06
Merge pull request #14 from pblack/copyrights_with_entity
Benjamin C Meyer
2013-02-01
Augmenting the copyright_year check to be able to check that a copyright exis...
Phil Black-Knight
2012-04-09
Add hook that checks the commit message for hints it should be split.
Benjamin C Meyer
2012-02-13
Merge pull request #10 from arikon/master
Benjamin C Meyer
2012-02-13
Fix icefox/git-hooks#9: -L arg to find must precede path to find from
Sergey Belov
2012-01-25
Don't re-install.
Jeremy Dunck
2012-01-25
When we find hooks also look for symbolic links.
Benjamin C Meyer
2012-01-25
Add another standard-help-flag
Oluf Lorenzen
2012-01-25
Remove non-posix shell command flags which is causing problems across OS's.
Benjamin C Meyer
2012-01-25
Fix whitespace errors introduced by
Benjamin C Meyer
2012-01-25
Don't turn on set -e until after we test for the presence of aspell.
Benjamin C Meyer
2012-01-24
Merge pull request #6 from AlekSi/master
Benjamin C Meyer
2012-01-24
Correct the copyright year and add a LICENSE file.
Benjamin C Meyer
2011-12-11
Fix --about for signed-off-by hook.
Alexey Palazhchenko
2011-09-16
Merge pull request #3 from daniel/master
Benjamin C Meyer
2011-09-16
Lion compability.
Daniel Eriksson
2011-09-05
Change my mind on the previous commit making the new default .githooks
Benjamin C Meyer
2011-09-01
Fix OS X sort -V breakage
Benjamin C Meyer
2011-09-01
Include the directory .hooks inside the repository as one of the directories ...
Benjamin C Meyer
2010-06-19
Revert "Mention the envvar GIT_HOOKS_VERBOSE to help debug hooks that exit wi...
Benjamin C Meyer
2010-06-19
When listing hooks don't change the cwd, just use the GITDIR variable
Benjamin C Meyer
2010-06-19
When listing the hook_dirs use GITDIR for the project hooks
Benjamin C Meyer
2010-06-19
When listing hooks use GITDIR and pipe stderr to dev/null
Benjamin C Meyer
2010-06-19
If the hooks are installed or not is important, put it on its own line in the...
Benjamin C Meyer
2010-06-19
Allow git config path to contain $HOME or other shell variables by expanding ...
Benjamin C Meyer
2010-06-19
When listing hooks, the dir should always be a dir, so add / to the end of th...
Benjamin C Meyer
2010-06-19
Tweak introduction sentance to the project to include the three types of hooks.
Benjamin C Meyer
2010-06-19
When a hook returns with non-zero report which hook last ran before exiting
Benjamin C Meyer
2010-06-19
Mention the envvar GIT_HOOKS_VERBOSE to help debug hooks that exit with non-z...
Benjamin C Meyer
2010-06-19
Use rev-parse --git-dir to determine the location of the GITDIR.
Benjamin C Meyer
[next]