summaryrefslogtreecommitdiff
path: root/contrib/hooks
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling error in post-receive-email hookRichard Fearn2012-10-131-1/+1
* post-receive-email: match up $LOGBEGIN..$LOGEND pairs correctlyMichael Haggerty2012-02-271-3/+3
* post-receive-email: remove unused variableMichael Haggerty2012-02-271-1/+0
* contrib/hooks: adapt comment about Debian install location for contrib hooksGerrit Pape2011-09-261-2/+2
* Add option hooks.diffopts to customize change summary in post-receive-emailJon Jensen2011-08-041-1/+8
* post-receive-email: suppress error if description file missingSitaram Chamarty2011-02-071-1/+1
* contrib/hooks/post-receive-email: fix return values from prep_for_emailAlan Raison2010-12-091-4/+4
* Merge branch 'kf/post-receive-sample-hook' into maintJunio C Hamano2010-11-241-16/+31
|\
| * post-receive-email: ensure sent messages are not emptyKevin P. Fleming2010-09-101-16/+31
* | Merge branch 'kf/post-receive-sample-hook'Junio C Hamano2010-08-181-2/+32
|\ \ | |/
| * post-receive-email: optional message line count limitKevin P. Fleming2010-07-161-2/+32
* | post-receive-email: remove spurious commas in email subjectMatthieu Moy2010-08-111-1/+1
|/
* post-receive-email: document command-line modeJonathan Nieder2010-05-191-0/+7
* Use 'fast-forward' all over the placeFelipe Contreras2009-10-241-3/+3
* post-receive-email: hooks.showrev: show how to include both web link and patchJim Meyering2009-05-231-0/+4
* Fix contrib/hooks/post-receive-email for new duplicate branchPat Notz2009-02-111-1/+3
* contrib/hooks/post-receive-email: Make revision display configurablePete Harlan2008-11-041-1/+17
* contrib/hooks/post-receive-email: Put rev display in separate functionPete Harlan2008-11-041-9/+32
* Add Linux PPC support to the pre-auto-gc example hookMiklos Vajna2008-10-141-0/+3
* Add OS X support to the pre-auto-gc example hookJonathan del Strother2008-09-301-3/+7
* Use dashless git commands in setgitperms.perlTodd Zullinger2008-09-221-2/+2
* Ignore no-op changes in paranoid update hookShawn O. Pearce2008-05-251-0/+1
* Don't load missing ACL files in paranoid update hookShawn O. Pearce2008-05-251-0/+1
* Don't diff empty tree on branch creation in paranoid update hookShawn O. Pearce2008-05-251-8/+6
* Merge branch 'maint'Junio C Hamano2008-04-221-1/+2
|\
| * post-receive-email: fix accidental removal of a trailing space in signature lineAndy Parkins2008-04-211-1/+2
* | contrib/hooks: add an example pre-auto-gc hookMiklos Vajna2008-04-091-0/+36
|/
* specify explicit "--pretty=medium" with `git log/show/whatchanged`Denis Cheng2008-03-051-1/+1
* Remove usage of git- (dash) commands from email hookDan McGee2008-01-131-17/+17
* contrib/hooks/post-receive-email: remove cruft, $committer is not usedGerrit Pape2007-11-081-4/+0
* contrib/hooks/post-receive-email: make subject prefix configurableGerrit Pape2007-11-071-3/+5
* contrib/hooks/post-receive-email: reformat to wrap comments at 76 charsGerrit Pape2007-11-071-92/+107
* contrib/hooks/post-receive-email: fix typoGerrit Pape2007-11-071-1/+1
* Merge branch 'maint'Shawn O. Pearce2007-10-181-1/+1
|\
| * fixing output of non-fast-forward output of post-receive-emailRobert Schiele2007-10-181-1/+1
* | Minor usage update in setgitperms.perlJosh England2007-10-151-3/+4
* | fix contrib/hooks/post-receive-email hooks.recipients error messageJeff Muizelaar2007-10-151-1/+9
* | Merge branch 'maint'Junio C Hamano2007-10-011-1/+0
|\ \ | |/
| * post-receive-hook: Remove the From field from the generated email header so t...Andy Parkins2007-10-011-1/+0
* | Merge branch 'maint'Junio C Hamano2007-09-251-6/+10
|\ \ | |/
| * Do not over-quote the -f envelopesender value.Jim Meyering2007-09-251-6/+10
* | Added example hook script to save/restore permissions/ownership.Josh England2007-09-181-0/+213
|/
* Use the empty tree for base diff in paranoid-update on new branchesShawn O. Pearce2007-08-101-10/+21
* Teach the update-paranoid to look at file differencesShawn O. Pearce2007-08-101-7/+105
* Teach update-paranoid how to store ACLs organized by groupsShawn O. Pearce2007-08-101-16/+44
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* post-receive-email example hook: sed command for getting description was wrongAndy Parkins2007-04-261-1/+1
* post-receive-email example hook: detect rewind-only updates and output sensib...Andy Parkins2007-04-261-23/+54
* post-receive-email example hook: fastforward should have been fast_forwardAndy Parkins2007-04-261-1/+1
* Contribute a fairly paranoid update hookShawn O. Pearce2007-04-191-0/+284