summaryrefslogtreecommitdiff
path: root/templates/hooks--update
AgeCommit message (Expand)AuthorFilesLines
2008-01-17Officially deprecate repo-config.Libravatar Junio C Hamano1-3/+3
2007-11-08hooks--update: decline deleting tags or branches by default, add config optionsLibravatar Gerrit Pape1-2/+31
2007-11-08hooks--update: fix test for properly set up project description fileLibravatar Gerrit Pape1-2/+2
2007-09-13hooks--update: Explicitly check for all zeros for a deleted ref.Libravatar Alexandre Julliard1-1/+1
2007-04-16Have sample update hook not refuse deleting a branch through push.Libravatar Gerrit Pape1-1/+6
2007-04-16variable $projectdesc needs to be set before checking against unchanged default.Libravatar Gerrit Pape1-0/+1
2007-03-24update-hook: remove e-mail sending hook.Libravatar Andy Parkins1-222/+3
2007-03-22update-hook: abort early if the project description is unsetLibravatar Andy Parkins1-0/+6
2007-03-14update-hook: fix incorrect use of git-describe and sed for finding previous tagLibravatar Andy Parkins1-1/+1
2007-03-02Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2007-03-02Fix quoting in update hook templateLibravatar Gerrit Pape1-1/+1
2007-03-02Sample update hook: typofix and modernization to use "git log"Libravatar Andy Parkins1-5/+4
2007-02-14The "table-of-contents" in the update hook script should match the bodyLibravatar Andy Parkins1-2/+2
2007-02-13Only show log entries for new revisions in hooks--updateLibravatar Andy Parkins1-1/+2
2007-02-13Fix potential command line overflow in hooks--updateLibravatar Andy Parkins1-1/+1
2007-02-03Assorted typo fixesLibravatar Pavel Roskin1-1/+1
2007-01-28Heavily expanded update hook to send more useful emails than the old hookLibravatar Andy Parkins1-72/+268
2007-01-28UNIX reference time of 1970-01-01 00:00 is UTC timezone, not local time zoneLibravatar Andy Parkins1-1/+1
2006-12-28update hook: redirect _both_ diagnostic lines to stderr upon tag failureLibravatar Jim Meyering1-1/+1
2006-07-08templates/hooks--update: replace diffstat calls with git diff --statLibravatar Eric Wong1-2/+2
2006-01-24sample update-hook: sanely handle a new branch head.Libravatar Junio C Hamano1-1/+1
2006-01-24update-hook: Major overhaul (handling tags, mainly).Libravatar Andreas Ericsson1-6/+65
2005-11-21Fix hooks/update template.Libravatar Junio C Hamano1-4/+3
2005-09-02scripts: equality test '==' is not portable.Libravatar Junio C Hamano1-2/+6
2005-08-15[PATCH] Fixed/Extended example for update hookLibravatar Josef Weidendorfer1-3/+9
2005-08-03Install sample hooksLibravatar Junio C Hamano1-0/+21