| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix potential command line overflow in hooks--update | Andy Parkins | 2007-02-13 | 1 | -1/+1 |
* | Assorted typo fixes | Pavel Roskin | 2007-02-03 | 2 | -2/+2 |
* | Heavily expanded update hook to send more useful emails than the old hook | Andy Parkins | 2007-01-28 | 1 | -72/+268 |
* | UNIX reference time of 1970-01-01 00:00 is UTC timezone, not local time zone | Andy Parkins | 2007-01-28 | 1 | -1/+1 |
* | update hook: redirect _both_ diagnostic lines to stderr upon tag failure | Jim Meyering | 2006-12-28 | 1 | -1/+1 |
* | hooks/commit-msg: add example to add Signed-off-by line to message | Andy Parkins | 2006-12-26 | 1 | -0/+4 |
* | Do not create $GIT_DIR/remotes/ directory anymore. | Junio C Hamano | 2006-12-19 | 1 | -1/+0 |
* | sample commit-msg hook: no silent exit on duplicate Signed-off-by lines | Luben Tuikov | 2006-08-13 | 1 | -1/+5 |
* | Fix regex pattern in commit-msg | Luben Tuikov | 2006-08-13 | 1 | -1/+1 |
* | Fix installation of templates on ancient systems. | Ramsay Allan Jones | 2006-08-02 | 1 | -7/+5 |
* | templates/hooks--update: replace diffstat calls with git diff --stat | Eric Wong | 2006-07-08 | 1 | -2/+2 |
* | pre-commit hook: complain about conflict markers. | Junio C Hamano | 2006-04-19 | 1 | -0/+3 |
* | Merge branch 'maint' | Junio C Hamano | 2006-02-26 | 2 | -0/+2 |
|\ |
|
| * | sample hooks template. | Junio C Hamano | 2006-02-26 | 2 | -0/+2 |
* | | rebase: allow a hook to refuse rebasing. | Junio C Hamano | 2006-02-13 | 1 | -0/+150 |
|/ |
|
* | Merge fixes up to GIT 1.1.6 | Junio C Hamano | 2006-01-29 | 1 | -3/+10 |
|\ |
|
| * | [PATCH] pre-commit sample hook: do not barf on the initial import | Junio C Hamano | 2006-01-29 | 1 | -3/+10 |
* | | sample update-hook: sanely handle a new branch head. | Junio C Hamano | 2006-01-24 | 1 | -1/+1 |
* | | update-hook: Major overhaul (handling tags, mainly). | Andreas Ericsson | 2006-01-24 | 1 | -6/+65 |
|/ |
|
* | Fix hooks/update template. | Junio C Hamano | 2005-11-21 | 1 | -4/+3 |
* | Clean build annoyance. | Junio C Hamano | 2005-11-08 | 1 | -1/+0 |
* | Add new programs and stamp file to .gitignore. | Tom Prince | 2005-10-14 | 1 | -0/+1 |
* | Deal with $(bindir) and friends with whitespaces. | Junio C Hamano | 2005-10-10 | 1 | -2/+8 |
* | Make sure 'make install' does not have to rebuild templates. | Junio C Hamano | 2005-10-09 | 1 | -3/+6 |
* | Solaris: give a bit more built-in defaults. | Junio C Hamano | 2005-09-24 | 1 | -4/+6 |
* | Big tool rename. | Junio C Hamano | 2005-09-07 | 2 | -3/+3 |
* | scripts: equality test '==' is not portable. | Junio C Hamano | 2005-09-02 | 1 | -2/+6 |
* | [PATCH] git bugfixes and cleanups, mainly Debian things | Tommi Virtanen | 2005-08-26 | 1 | -0/+1 |
* | [PATCH] Use .git/remote/origin, not .git/branches/origin. | Junio C Hamano | 2005-08-24 | 1 | -0/+1 |
* | [PATCH] Fix git-commit-script to output on stderr when -v fails | Marco Costalba | 2005-08-20 | 1 | -6/+6 |
* | Make sample pre-commit hook output Emacs friendly. | Junio C Hamano | 2005-08-20 | 1 | -1/+2 |
* | Add hooks to tools/git-applypatch. | Junio C Hamano | 2005-08-19 | 2 | -0/+28 |
* | Add commit hook and make the verification customizable. | Junio C Hamano | 2005-08-19 | 3 | -0/+82 |
* | [PATCH] Fixed/Extended example for update hook | Josef Weidendorfer | 2005-08-15 | 1 | -3/+9 |
* | [PATCH] Use $DESTDIR instead of $dest | Petr Baudis | 2005-08-12 | 1 | -3/+3 |
* | Redo the templates generation and installation. | Junio C Hamano | 2005-08-06 | 4 | -12/+39 |
* | Install sample hooks | Junio C Hamano | 2005-08-03 | 3 | -0/+48 |