Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-11-15 | Merge branch 'bs/maint-pre-commit-hook-sample' | Junio C Hamano | 1 | -9/+9 |
2009-11-06 | pre-commit.sample: Diff against the empty tree when HEAD is invalid | Björn Steinbrink | 1 | -9/+9 |
2009-10-31 | Revert "Don't create the $GIT_DIR/branches directory on init" | Junio C Hamano | 1 | -0/+1 |
2009-10-30 | Don't create the $GIT_DIR/branches directory on init | Robin Rosenberg | 1 | -1/+0 |
2009-10-24 | Work around option parsing bug in the busybox tar implementation | Andreas Schwab | 1 | -1/+1 |
2009-09-29 | Correct minor typo in post-receive hook template | Frederik Schwarzer | 1 | -1/+1 |
2009-09-22 | pre-commit.sample: add comment re tr portability; fix grammar | Jim Meyering | 1 | -4/+7 |
2009-05-23 | Merge branch 'hv/sample-update' | Junio C Hamano | 1 | -0/+10 |
2009-05-20 | Extend sample pre-commit hook to check for non ascii filenames | Heiko Voigt | 1 | -0/+25 |
2009-05-16 | pre-commit.sample: don't print incidental SHA1 | Jim Meyering | 1 | -1/+1 |
2009-05-09 | Extend sample update hook, disable modifying of existing tags | Heiko Voigt | 1 | -0/+10 |
2009-04-17 | hook/update: example of how to prevent branch creation | Pierre Habouzit | 1 | -1/+10 |
2009-03-04 | Modify description file to say what this file is | John Tapsell | 2 | -3/+5 |
2008-09-09 | Fix permission bits on sources checked out with an overtight umask | Junio C Hamano | 1 | -5/+7 |
2008-08-20 | Install templates with the user and group of the installing personality | Johannes Sixt | 1 | -1/+1 |
2008-07-02 | Merge branch 'j6t/mingw' | Junio C Hamano | 1 | -4/+4 |
2008-06-26 | Update sample pre-commit hook to use "diff --check" | Junio C Hamano | 1 | -58/+6 |
2008-06-26 | When installing, be prepared that template_dir may be relative. | Johannes Sixt | 1 | -4/+4 |
2008-06-25 | Fix use of "perl -i" on Windows | Alex Riesen | 1 | -2/+2 |
2008-06-24 | Ship sample hooks with .sample suffix | Junio C Hamano | 11 | -24/+23 |
2008-06-24 | pre-rebase hook update | Junio C Hamano | 1 | -4/+23 |
2008-05-21 | Fix prepare-commit-msg hook and replace in-place sed | Marcel Koeppen | 1 | -4/+4 |
2008-02-29 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+3 |
2008-02-28 | templates/Makefile: don't depend on local umask setting | Gerrit Pape | 1 | -3/+3 |
2008-02-06 | git-commit: add a prepare-commit-msg hook | Paolo Bonzini | 2 | -0/+39 |
2008-01-17 | Officially deprecate repo-config. | Junio C Hamano | 1 | -3/+3 |
2008-01-14 | Make default pre-commit hook less noisy | Jean-Luc Herren | 1 | -1/+1 |
2007-12-03 | install-sh from automake does not like -m without delimiting space | Robert Schiele | 1 | -1/+1 |
2007-11-22 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2007-11-22 | Fix sample pre-commit hook | Junio C Hamano | 1 | -1/+1 |
2007-11-08 | hooks--update: decline deleting tags or branches by default, add config options | Gerrit Pape | 1 | -2/+31 |
2007-11-08 | hooks--update: fix test for properly set up project description file | Gerrit Pape | 1 | -2/+2 |
2007-10-26 | hooks-pre-commit: use \t, rather than a literal TAB in regexp | Jim Meyering | 1 | -1/+1 |
2007-09-13 | hooks--update: Explicitly check for all zeros for a deleted ref. | Alexandre Julliard | 1 | -1/+1 |
2007-07-14 | Use $(RM) in Makefiles instead of 'rm -f' | Emil Medve | 1 | -1/+2 |
2007-06-12 | Remove trailing slash from $(template_dir). | Johannes Sixt | 1 | -1/+1 |
2007-06-07 | War on whitespace | Junio C Hamano | 4 | -4/+0 |
2007-04-16 | Have sample update hook not refuse deleting a branch through push. | Gerrit Pape | 1 | -1/+6 |
2007-04-16 | variable $projectdesc needs to be set before checking against unchanged default. | Gerrit Pape | 1 | -0/+1 |