summaryrefslogtreecommitdiff
path: root/templates/hooks--update
AgeCommit message (Expand)Author
2008-01-18Officially deprecate repo-config.Junio C Hamano
2007-11-08hooks--update: decline deleting tags or branches by default, add config optionsGerrit Pape
2007-11-08hooks--update: fix test for properly set up project description fileGerrit Pape
2007-09-14hooks--update: Explicitly check for all zeros for a deleted ref.Alexandre Julliard
2007-04-16Have sample update hook not refuse deleting a branch through push.Gerrit Pape
2007-04-16variable $projectdesc needs to be set before checking against unchanged default.Gerrit Pape
2007-03-25update-hook: remove e-mail sending hook.Andy Parkins
2007-03-22update-hook: abort early if the project description is unsetAndy Parkins
2007-03-14update-hook: fix incorrect use of git-describe and sed for finding previous tagAndy Parkins
2007-03-03Merge branch 'maint'Junio C Hamano
2007-03-02Fix quoting in update hook templateGerrit Pape
2007-03-02Sample update hook: typofix and modernization to use "git log"Andy Parkins
2007-02-14The "table-of-contents" in the update hook script should match the bodyAndy Parkins
2007-02-14Only show log entries for new revisions in hooks--updateAndy Parkins
2007-02-13Fix potential command line overflow in hooks--updateAndy Parkins
2007-02-04Assorted typo fixesPavel Roskin
2007-01-28Heavily expanded update hook to send more useful emails than the old hookAndy Parkins
2007-01-28UNIX reference time of 1970-01-01 00:00 is UTC timezone, not local time zoneAndy Parkins
2006-12-28update hook: redirect _both_ diagnostic lines to stderr upon tag failureJim Meyering
2006-07-08templates/hooks--update: replace diffstat calls with git diff --statEric Wong
2006-01-25sample update-hook: sanely handle a new branch head.Junio C Hamano
2006-01-25update-hook: Major overhaul (handling tags, mainly).Andreas Ericsson
2005-11-21Fix hooks/update template.Junio C Hamano
2005-09-02scripts: equality test '==' is not portable.Junio C Hamano
2005-08-15[PATCH] Fixed/Extended example for update hookJosef Weidendorfer
2005-08-03Install sample hooksJunio C Hamano