| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a 'pre-push' hookhooks | Brad King | 2014-09-10 | 2 | -1/+25 |
* | Add .gitattributes to tell git to use LF newlines | Brad King | 2014-07-07 | 1 | -0/+2 |
* | commit-msg: Remove MERGE_HEAD check from msg_is_merge | Ben Boeckel | 2013-04-16 | 1 | -1/+0 |
* | Load project-specific "start" hooks before our checks | Brad King | 2013-04-04 | 4 | -0/+15 |
* | hooks-config: Factor child execution out of hooks_chain | Brad King | 2013-04-04 | 1 | -4/+9 |
* | hooks-config: Read 'git config' values from project .hooks-config | Brad King | 2013-04-04 | 1 | -0/+11 |
* | hooks-config: Subsume hooks-chain functionality | Brad King | 2013-04-04 | 5 | -36/+16 |
* | Make all hook references relative to thier location | Chuck Atkins | 2012-10-10 | 4 | -5/+8 |
* | Set GIT_DIR if not already set | Brad King | 2012-02-29 | 4 | -8/+13 |
* | prepare-commit-msg: Add Gerrit Change-Id to merges | Brad King | 2012-02-06 | 1 | -1/+9 |
* | Merge branch 'itk-hook-cleanup' into hooks | Brad King | 2011-10-24 | 0 | -0/+0 |
|\ |
|
| * | Remove pre-commit-style. | Matt McCormick | 2011-10-24 | 2 | -270/+0 |
| * | Remove .txx pre-commit check. | Matt McCormick | 2011-10-24 | 1 | -16/+0 |
| * | ENH: pre-commit: Prevent add .txx files. | Matt McCormick | 2011-07-19 | 1 | -0/+16 |
* | | hooks-chain: Look for chains in project hooks config | Brad King | 2011-10-06 | 1 | -1/+3 |
* | | Load local hooks configuration from work tree | Brad King | 2011-10-06 | 4 | -0/+26 |
* | | pre-commit: Remove KWStyle and uncrustify support | Brad King | 2011-10-06 | 2 | -270/+0 |
|/ |
|
* | pre-commit-style: Fix exit code on failure | Brad King | 2011-06-14 | 1 | -4/+4 |
* | pre-commit: Disallow submodule rewind | Brad King | 2011-01-26 | 1 | -1/+47 |
* | pre-commit: Allow merged submodule updates | Brad King | 2011-01-26 | 1 | -0/+8 |
* | Update copyright notices for year 2011 | Brad King | 2011-01-13 | 6 | -6/+6 |
* | commit-msg: Do not advise use of COMMIT_MSG after removal | Brad King | 2011-01-11 | 1 | -4/+7 |
* | commit-msg: Allow Change-Id only in footer | Brad King | 2010-12-30 | 1 | -1/+9 |
* | pre-commit: Add whitespace check "no-lf-at-eol" | Brad King | 2010-12-30 | 1 | -0/+12 |
* | pre-commit: Generalize custom whitespace check | Brad King | 2010-12-30 | 1 | -11/+15 |
* | commit-msg: Allow long first lines starting in "Revert " | Brad King | 2010-11-17 | 1 | -1/+5 |
* | Chain to script configured by "hooks.chain-<hook>" | Brad King | 2010-11-16 | 4 | -0/+62 |
* | Merge branch 'kwstyle-non-blocking' into hooks | Brad King | 2010-11-05 | 1 | -7/+21 |
|\ |
|
| * | make the check for KWStyle executable non blocking | Gaëtan Lehmann | 2010-11-03 | 1 | -7/+21 |
|/ |
|
* | Merge branch 'style-checks' into hooks | Brad King | 2010-09-27 | 2 | -0/+258 |
|\ |
|
| * | pre-commit: Apply uncrustify and KWStyle check for modified files. | Matt McCormick (thewtex) | 2010-09-27 | 2 | -0/+258 |
|/ |
|
* | pre-commit: Allow submodule check to be disabled | Brad King | 2010-09-15 | 1 | -1/+9 |
* | commit-msg: Allow long merge commit subject lines | Brad King | 2010-09-14 | 1 | -1/+6 |
* | commit-msg: Fix silent failure when no remote looks like Gerrit | Brad King | 2010-08-31 | 1 | -1/+1 |
* | commit-msg: Invoke gerrit/commit-msg if hooks.GerritId=true | Brad King | 2010-08-30 | 1 | -1/+41 |
* | commit-msg: Simplify newlines in die() calls | Brad King | 2010-08-30 | 1 | -7/+5 |
* | gerrit/commit-msg: Report added Change-Id | Brad King | 2010-08-30 | 1 | -0/+1 |
* | gerrit/commit-msg: Reference bash in shebang line | Brad King | 2010-08-30 | 1 | -1/+1 |
* | Add commit-msg hook from Gerrit Code Review | Brad King | 2010-08-30 | 2 | -0/+107 |
* | pre-commit: Approximate Git 1.7.2 tab-in-indent check | Brad King | 2010-08-30 | 1 | -23/+20 |
* | Add Apache 2.0 LICENSE and copyright NOTICE | Brad King | 2010-08-27 | 4 | -0/+237 |
* | Remove out-dated instructions | Brad King | 2010-08-27 | 2 | -4/+0 |
* | pre-commit: Allow .gitattributes to limit file size | Brad King | 2010-08-25 | 1 | -4/+39 |
* | pre-commit: Check submodules staged with other changes | Brad King | 2010-08-10 | 1 | -3/+61 |
* | Reference bash explicitly in shebang lines | Gaëtan Lehmann | 2010-08-03 | 2 | -2/+2 |
* | commit-msg: Reject leading or trailing space on first line | Brad King | 2010-06-16 | 1 | -1/+5 |
* | pre-commit: Check file size always | Brad King | 2010-06-07 | 1 | -2/+3 |
* | pre-commit: Check file sizes | Brad King | 2010-06-07 | 1 | -1/+19 |
* | pre-commit: Rename looks_executable -> mode_looks_exe | Brad King | 2010-06-07 | 1 | -3/+3 |
* | pre-commit: Check file modes | Brad King | 2010-05-20 | 1 | -0/+39 |