summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Expand)Author
2009-05-23Merge branch 'hv/sample-update'Junio C Hamano
2009-05-20Extend sample pre-commit hook to check for non ascii filenamesHeiko Voigt
2009-05-16pre-commit.sample: don't print incidental SHA1Jim Meyering
2009-05-09Extend sample update hook, disable modifying of existing tagsHeiko Voigt
2009-04-18hook/update: example of how to prevent branch creationPierre Habouzit
2009-03-04Modify description file to say what this file isJohn Tapsell
2008-09-09Fix permission bits on sources checked out with an overtight umaskJunio C Hamano
2008-08-20Install templates with the user and group of the installing personalityJohannes Sixt
2008-07-03Merge branch 'j6t/mingw'Junio C Hamano
2008-06-27Update sample pre-commit hook to use "diff --check"Junio C Hamano
2008-06-26When installing, be prepared that template_dir may be relative.Johannes Sixt
2008-06-26Fix use of "perl -i" on WindowsAlex Riesen
2008-06-25Ship sample hooks with .sample suffixJunio C Hamano
2008-06-25pre-rebase hook updateJunio C Hamano
2008-05-21Fix prepare-commit-msg hook and replace in-place sedMarcel Koeppen
2008-02-29Merge branch 'maint'Junio C Hamano
2008-02-28templates/Makefile: don't depend on local umask settingGerrit Pape
2008-02-06git-commit: add a prepare-commit-msg hookPaolo Bonzini
2008-01-18Officially deprecate repo-config.Junio C Hamano
2008-01-14Make default pre-commit hook less noisyJean-Luc Herren
2007-12-04install-sh from automake does not like -m without delimiting spaceRobert Schiele
2007-11-23Merge branch 'maint'Junio C Hamano
2007-11-23Fix sample pre-commit hookJunio 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-10-27hooks-pre-commit: use \t, rather than a literal TAB in regexpJim Meyering
2007-09-14hooks--update: Explicitly check for all zeros for a deleted ref.Alexandre Julliard
2007-07-15Use $(RM) in Makefiles instead of 'rm -f'Emil Medve
2007-06-12Remove trailing slash from $(template_dir).Johannes Sixt
2007-06-07War on whitespaceJunio C Hamano
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-31Reimplement emailing part of hooks--update in contrib/hooks/post-receive-emailAndy Parkins
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-06Make 'make' quiet by defaultShawn O. Pearce
2007-03-06Make 'make' quieter while building gitShawn O. Pearce
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-12-26hooks/commit-msg: add example to add Signed-off-by line to messageAndy Parkins
2006-12-19Do not create $GIT_DIR/remotes/ directory anymore.Junio C Hamano