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