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