summaryrefslogtreecommitdiffstats
path: root/templates
AgeCommit message (Expand)AuthorLines
2007-04-16Have sample update hook not refuse deleting a branch through push.Gerrit Pape-1/+6
2007-04-16variable $projectdesc needs to be set before checking against unchanged default.Gerrit Pape-0/+1
2007-03-31Reimplement emailing part of hooks--update in contrib/hooks/post-receive-emailAndy Parkins-0/+17
2007-03-24update-hook: remove e-mail sending hook.Andy Parkins-222/+3
2007-03-22update-hook: abort early if the project description is unsetAndy Parkins-0/+6
2007-03-14update-hook: fix incorrect use of git-describe and sed for finding previous tagAndy Parkins-1/+1
2007-03-06Make 'make' quiet by defaultShawn O. Pearce-1/+1
2007-03-06Make 'make' quieter while building gitShawn O. Pearce-3/+7
2007-03-02Merge branch 'maint'Junio C Hamano-1/+1
2007-03-02Fix quoting in update hook templateGerrit Pape-1/+1
2007-03-02Sample update hook: typofix and modernization to use "git log"Andy Parkins-5/+4
2007-02-14The "table-of-contents" in the update hook script should match the bodyAndy Parkins-2/+2
2007-02-13Only show log entries for new revisions in hooks--updateAndy Parkins-1/+2
2007-02-13Fix potential command line overflow in hooks--updateAndy Parkins-1/+1
2007-02-03Assorted typo fixesPavel Roskin-2/+2
2007-01-28Heavily expanded update hook to send more useful emails than the old hookAndy Parkins-72/+268
2007-01-28UNIX reference time of 1970-01-01 00:00 is UTC timezone, not local time zoneAndy Parkins-1/+1
2006-12-28update hook: redirect _both_ diagnostic lines to stderr upon tag failureJim Meyering-1/+1
2006-12-26hooks/commit-msg: add example to add Signed-off-by line to messageAndy Parkins-0/+4
2006-12-19Do not create $GIT_DIR/remotes/ directory anymore.Junio C Hamano-1/+0
2006-08-13sample commit-msg hook: no silent exit on duplicate Signed-off-by linesLuben Tuikov-1/+5
2006-08-13Fix regex pattern in commit-msgLuben Tuikov-1/+1
2006-08-02Fix installation of templates on ancient systems.Ramsay Allan Jones-7/+5
2006-07-08templates/hooks--update: replace diffstat calls with git diff --statEric Wong-2/+2
2006-04-19pre-commit hook: complain about conflict markers.Junio C Hamano-0/+3
2006-02-26Merge branch 'maint'Junio C Hamano-0/+2
2006-02-26sample hooks template.Junio C Hamano-0/+2
2006-02-13rebase: allow a hook to refuse rebasing.Junio C Hamano-0/+150
2006-01-29Merge fixes up to GIT 1.1.6Junio C Hamano-3/+10
2006-01-29[PATCH] pre-commit sample hook: do not barf on the initial importJunio C Hamano-3/+10
2006-01-24sample update-hook: sanely handle a new branch head.Junio C Hamano-1/+1
2006-01-24update-hook: Major overhaul (handling tags, mainly).Andreas Ericsson-6/+65
2005-11-21Fix hooks/update template.Junio C Hamano-4/+3
2005-11-08Clean build annoyance.Junio C Hamano-1/+0
2005-10-14Add new programs and stamp file to .gitignore.Tom Prince-0/+1
2005-10-10Deal with $(bindir) and friends with whitespaces.Junio C Hamano-2/+8
2005-10-09Make sure 'make install' does not have to rebuild templates.Junio C Hamano-3/+6
2005-09-24Solaris: give a bit more built-in defaults.Junio C Hamano-4/+6
2005-09-07Big tool rename.Junio C Hamano-3/+3
2005-09-02scripts: equality test '==' is not portable.Junio C Hamano-2/+6
2005-08-26[PATCH] git bugfixes and cleanups, mainly Debian thingsTommi Virtanen-0/+1
2005-08-24[PATCH] Use .git/remote/origin, not .git/branches/origin.Junio C Hamano-0/+1
2005-08-20[PATCH] Fix git-commit-script to output on stderr when -v failsMarco Costalba-6/+6
2005-08-20Make sample pre-commit hook output Emacs friendly.Junio C Hamano-1/+2
2005-08-19Add hooks to tools/git-applypatch.Junio C Hamano-0/+28
2005-08-19Add commit hook and make the verification customizable.Junio C Hamano-0/+82
2005-08-15[PATCH] Fixed/Extended example for update hookJosef Weidendorfer-3/+9
2005-08-12[PATCH] Use $DESTDIR instead of $destPetr Baudis-3/+3
2005-08-06Redo the templates generation and installation.Junio C Hamano-12/+39
2005-08-03Install sample hooksJunio C Hamano-0/+48