summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Expand)AuthorFilesLines
2008-09-09Fix permission bits on sources checked out with an overtight umaskJunio C Hamano1-5/+7
2008-08-20Install templates with the user and group of the installing personalityJohannes Sixt1-1/+1
2008-07-02Merge branch 'j6t/mingw'Junio C Hamano1-4/+4
2008-06-26Update sample pre-commit hook to use "diff --check"Junio C Hamano1-58/+6
2008-06-26When installing, be prepared that template_dir may be relative.Johannes Sixt1-4/+4
2008-06-25Fix use of "perl -i" on WindowsAlex Riesen1-2/+2
2008-06-24Ship sample hooks with .sample suffixJunio C Hamano11-24/+23
2008-06-24pre-rebase hook updateJunio C Hamano1-4/+23
2008-05-21Fix prepare-commit-msg hook and replace in-place sedMarcel Koeppen1-4/+4
2008-02-29Merge branch 'maint'Junio C Hamano1-3/+3
2008-02-28templates/Makefile: don't depend on local umask settingGerrit Pape1-3/+3
2008-02-06git-commit: add a prepare-commit-msg hookPaolo Bonzini2-0/+39
2008-01-17Officially deprecate repo-config.Junio C Hamano1-3/+3
2008-01-14Make default pre-commit hook less noisyJean-Luc Herren1-1/+1
2007-12-03install-sh from automake does not like -m without delimiting spaceRobert Schiele1-1/+1
2007-11-22Merge branch 'maint'Junio C Hamano1-1/+1
2007-11-22Fix sample pre-commit hookJunio C Hamano1-1/+1
2007-11-08hooks--update: decline deleting tags or branches by default, add config optionsGerrit Pape1-2/+31
2007-11-08hooks--update: fix test for properly set up project description fileGerrit Pape1-2/+2
2007-10-26hooks-pre-commit: use \t, rather than a literal TAB in regexpJim Meyering1-1/+1
2007-09-13hooks--update: Explicitly check for all zeros for a deleted ref.Alexandre Julliard1-1/+1
2007-07-14Use $(RM) in Makefiles instead of 'rm -f'Emil Medve1-1/+2
2007-06-12Remove trailing slash from $(template_dir).Johannes Sixt1-1/+1
2007-06-07War on whitespaceJunio C Hamano4-4/+0
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