Age | Commit message (Expand) | Author | Files | Lines |
2020-10-16 | hook: add sample template for push-to-checkout | Adam Spiers | 1 | -0/+78 |
2020-09-23 | hooks--update.sample: use hash-agnostic zero OID | Denton Liu | 1 | -1/+1 |
2020-09-23 | hooks--pre-push.sample: use hash-agnostic zero OID | Denton Liu | 1 | -3/+3 |
2020-09-23 | hooks--pre-push.sample: modernize script | Denton Liu | 1 | -8/+8 |
2020-02-14 | Merge branch 'kw/fsmonitor-watchman-racefix' | Junio C Hamano | 1 | -52/+116 |
2020-01-30 | Merge branch 'lh/bool-to-type-bool' | Junio C Hamano | 2 | -6/+6 |
2020-01-23 | fsmonitor: add fsmonitor hook scripts for version 2 | Kevin Willford | 1 | -52/+116 |
2020-01-21 | templates: fix deprecated type option `--bool` | Lucius Hu | 2 | -6/+6 |
2019-12-01 | Merge branch 'kw/fsmonitor-watchman-fix' | Junio C Hamano | 1 | -9/+4 |
2019-11-06 | fsmonitor: fix watchman integration | Kevin Willford | 1 | -9/+4 |
2019-08-07 | git-merge: honor pre-merge-commit hook | Michael J Gruber | 1 | -0/+13 |
2018-05-02 | Update shell scripts to compute empty tree object ID | brian m. carlson | 1 | -1/+1 |
2017-11-13 | fsmonitor: simplify determining the git worktree under Windows | Ben Peart | 1 | -10/+3 |
2017-11-10 | fsmonitor: read from getcwd(), not the PWD environment variable | Alex Vandiver | 1 | -1/+2 |
2017-10-30 | fsmonitor: don't bother pretty-printing JSON from watchman | Alex Vandiver | 1 | -1/+1 |
2017-10-04 | fsmonitor: read entirety of watchman output | Alex Vandiver | 1 | -4/+2 |
2017-10-04 | fsmonitor: MINGW support for watchman integration | Ben Peart | 1 | -1/+1 |
2017-10-01 | fsmonitor: add a sample integration script for Watchman | Ben Peart | 1 | -0/+122 |
2017-09-10 | Merge branch 'ma/up-to-date' | Junio C Hamano | 1 | -1/+1 |
2017-08-23 | Merge branch 'ks/prepare-commit-msg-sample-fix' | Junio C Hamano | 1 | -1/+1 |
2017-08-23 | treewide: correct several "up-to-date" to "up to date" | Martin Ågren | 1 | -1/+1 |
2017-08-14 | hook: use correct logical variable | Kaartic Sivaraam | 1 | -1/+1 |
2017-08-11 | Merge branch 'ks/prepare-commit-msg-sample' | Junio C Hamano | 1 | -12/+18 |
2017-07-12 | hook: add a simple first example | Kaartic Sivaraam | 1 | -3/+6 |
2017-07-12 | hook: add sign-off using "interpret-trailers" | Kaartic Sivaraam | 1 | -1/+5 |
2017-07-12 | hook: name the positional variables | Kaartic Sivaraam | 1 | -3/+6 |
2017-07-12 | hook: cleanup script | Kaartic Sivaraam | 1 | -14/+10 |
2017-07-11 | pre-rebase hook: capture documentation in a <<here document | Jonathan Nieder | 1 | -3/+3 |
2016-10-28 | pre-receive.sample: mark it executable | Anders Kaseorg | 1 | -0/+0 |
2016-07-14 | push options: {pre,post}-receive hook learns about push options | Stefan Beller | 1 | -0/+24 |
2016-02-26 | Merge branch 'ma/update-hooks-sample-typofix' | Junio C Hamano | 1 | -1/+1 |
2016-02-25 | templates/hooks: fix minor typo in the sample update-hook | Martin Amdisen | 1 | -1/+1 |
2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2 | -4/+4 |
2014-12-22 | pre-push.sample: remove unnecessary and misleading IFS=' ' | Jim Hill | 1 | -1/+0 |
2014-12-01 | *.sh: avoid hardcoding $GIT_DIR/hooks/... | Nguyễn Thái Ngọc Duy | 2 | -4/+4 |
2014-09-11 | pre-push.sample: Write error message to stderr | W. Trevor King | 1 | -1/+1 |
2013-09-24 | sample pre-commit hook: use --bool when retrieving config var | Johan Herland | 1 | -1/+1 |
2013-09-03 | Merge branch 'maint-1.8.3' into maint | Junio C Hamano | 1 | -0/+1 |
2013-08-30 | fix shell syntax error in template | Thorsten Glaser | 1 | -0/+1 |
2013-07-15 | templates: spell ASCII in uppercase in pre-commit hook | Richard Hartmann | 1 | -3/+3 |
2013-07-15 | templates: Reformat pre-commit hook's message | Richard Hartmann | 1 | -4/+2 |
2013-07-15 | templates: Use heredoc in pre-commit hook | Richard Hartmann | 1 | -12/+13 |
2013-06-11 | pre-push.sample: Make the script executable | Wieland Hoffmann | 1 | -0/+0 |
2013-02-24 | templates/hooks--update.sample: use a lowercase "usage:" string | David Aguilar | 1 | -1/+1 |
2013-01-18 | Add sample pre-push hook script | Aaron Schrab | 1 | -0/+53 |
2011-10-26 | Merge branch 'maint-1.7.6' into maint | Junio C Hamano | 1 | -2/+6 |
2011-10-26 | make the sample pre-commit hook script reject names with newlines, too | Jim Meyering | 1 | -2/+6 |
2011-09-27 | templates/hooks--*: remove sample hooks without any functionality | Gerrit Pape | 2 | -23/+0 |
2010-03-20 | Modernize git calling conventions in hook templates | Ben Walton | 7 | -17/+17 |
2010-03-20 | Make templates honour SHELL_PATH and PERL_PATH | Ben Walton | 3 | -5/+18 |