]> gitweb.fluxo.info Git - git-hooks.git/shortlog
git-hooks.git
2014-04-30 Benjamin C... Merge pull request #36 from Zearin/reorder-func master
2014-04-28 ZearinUpdate `--help` output
2014-04-28 ZearinUse consistent function names
2014-04-28 ZearinUse consistent braces for functions
2014-04-28 ZearinPut related functions next to each other
2014-02-18 Benjamin C... Don't output error when checking files that have been...
2014-02-18 Benjamin C... Handle repository paths that contains spaces
2013-12-05 Benjamin C... Merge pull request #29 from Zearin/patch-1
2013-12-02 TonyUpdated README to use markdown & edited for grammar...
2013-11-07 Benjamin C... Remove .gitignore which was just ignoring vim swap...
2013-11-07 Benjamin C... Add the ability to remind users when committing to...
2013-11-07 Benjamin C... Behave much better when not in a git repository
2013-11-07 Benjamin C... Add support for Git on windows where find doesn't have...
2013-10-24 Benjamin C... If git hooks isn't installed explicitly say how to...
2013-10-24 Benjamin C... In the event we can't rename hooks we should immediatel...
2013-10-21 Georg LutzFix too many hooks reported in list_hooks_in_dir
2013-10-21 Benjamin C... Use /usr/bin/env in generated hook scripts
2013-10-21 Benjamin C... Add support for pre-push commit hook that was added...
2013-07-23 Benjamin C... Merge pull request #18 from mishanga/patch-1
2013-07-22 Mikhail Troshevusing /usr/bin/env
2013-02-07 Benjamin C... Merge pull request #14 from pblack/copyrights_with_entity
2013-02-01 Phil Black... Augmenting the copyright_year check to be able to check...
2012-04-09 Benjamin C... Add hook that checks the commit message for hints it...
2012-02-13 Benjamin C... Merge pull request #10 from arikon/master
2012-02-13 Sergey BelovFix icefox/git-hooks#9: -L arg to find must precede...
2012-01-25 Jeremy DunckDon't re-install.
2012-01-25 Benjamin C... When we find hooks also look for symbolic links.
2012-01-25 Oluf LorenzenAdd another standard-help-flag
2012-01-25 Benjamin C... Remove non-posix shell command flags which is causing...
2012-01-25 Benjamin C... Fix whitespace errors introduced by
2012-01-25 Benjamin C... Don't turn on set -e until after we test for the presen...
2012-01-25 Benjamin C... Merge pull request #6 from AlekSi/master
2012-01-25 Benjamin C... Correct the copyright year and add a LICENSE file.
2011-12-11 Alexey PalazhchenkoFix --about for signed-off-by hook.
2011-09-16 Benjamin C... Merge pull request #3 from daniel/master
2011-09-16 Daniel ErikssonLion compability.
2011-09-06 Benjamin C... Change my mind on the previous commit making the new...
2011-09-01 Benjamin C... Fix OS X sort -V breakage
2011-09-01 Benjamin C... Include the directory .hooks inside the repository...
2010-06-20 Benjamin C... Revert "Mention the envvar GIT_HOOKS_VERBOSE to help...
2010-06-19 Benjamin C... When listing hooks don't change the cwd, just use the...
2010-06-19 Benjamin C... When listing the hook_dirs use GITDIR for the project...
2010-06-19 Benjamin C... When listing hooks use GITDIR and pipe stderr to dev...
2010-06-19 Benjamin C... If the hooks are installed or not is important, put...
2010-06-19 Benjamin C... Allow git config path to contain $HOME or other shell...
2010-06-19 Benjamin C... When listing hooks, the dir should always be a dir...
2010-06-19 Benjamin C... Tweak introduction sentance to the project to include...
2010-06-19 Benjamin C... When a hook returns with non-zero report which hook...
2010-06-19 Benjamin C... Mention the envvar GIT_HOOKS_VERBOSE to help debug...
2010-06-19 Benjamin C... Use rev-parse --git-dir to determine the location of...
2010-06-19 Benjamin C... Show explicity how to set the global hooks with the...
2010-06-19 Benjamin C... Try to clarify some sections of the README file to...
2010-06-19 Benjamin C... Only set the hook variable when an argument is passed...
2010-06-19 Benjamin C... When printing the status claify that git-hooks is not...
2010-06-19 Benjamin C... Change license of all code from the 4 clause license...
2010-03-20 Benjamin C... Remove variable the is no longer used
2010-03-20 Benjamin C... Verify that all required arguments are passed in and...
2010-03-19 Benjamin C... Add the most important two hooks to the example list
2010-03-19 Benjamin C... Write up correct documentation for when git hooks ...
2010-03-19 Benjamin C... Only echo the name of the script and hook if GIT_HOOKS_...
2010-03-19 Benjamin C... Display both the hook name and script name
2010-03-19 Benjamin C... Rather than using an environment variable just use...
2010-03-19 Benjamin C... Add a link to the official documentation in the README
2010-03-19 Benjamin C... Add a pre-receive hook that checks the amount of free...
2010-03-17 Benjamin C... Add a new commit-msg hook that checks for duplicate...
2010-03-17 Benjamin C... Go through the README file and clarify portions of it.
2010-03-17 Benjamin C... Add a section to the README describing how to create...
2010-03-17 Benjamin C... Add a new pre-commit hook that checks for the current...
2010-03-17 Benjamin C... Add a commit-msg hook that checks that all commits...
2010-03-17 Benjamin C... Add a commit-msg hook that spell checks the commit...
2010-03-17 Benjamin C... Add missing BSD license headers.
2010-03-17 Benjamin C... Add a pre-commit hook that checks for the BSD license...
2010-03-17 Benjamin C... Add a pre-commit hook that checks for whitespace errors
2010-03-17 Benjamin C... Add a pre-commit hook that checks bash files for syntax...
2010-03-17 Benjamin C... Initial stab at the git-hooks script that will run...
2010-03-17 Benjamin C... Ignore swap files
2010-03-17 Benjamin C... Initial commit