summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Expand)AuthorFilesLines
2008-07-02Merge branch 'j6t/mingw'Libravatar Junio C Hamano1-4/+4
2008-06-26Update sample pre-commit hook to use "diff --check"Libravatar Junio C Hamano1-58/+6
2008-06-26When installing, be prepared that template_dir may be relative.Libravatar Johannes Sixt1-4/+4
2008-06-25Fix use of "perl -i" on WindowsLibravatar Alex Riesen1-2/+2
2008-06-24Ship sample hooks with .sample suffixLibravatar Junio C Hamano11-24/+23
2008-06-24pre-rebase hook updateLibravatar Junio C Hamano1-4/+23
2008-05-21Fix prepare-commit-msg hook and replace in-place sedLibravatar Marcel Koeppen1-4/+4
2008-02-29Merge branch 'maint'Libravatar Junio C Hamano1-3/+3
2008-02-28templates/Makefile: don't depend on local umask settingLibravatar Gerrit Pape1-3/+3
2008-02-06git-commit: add a prepare-commit-msg hookLibravatar Paolo Bonzini2-0/+39
2008-01-17Officially deprecate repo-config.Libravatar Junio C Hamano1-3/+3
2008-01-14Make default pre-commit hook less noisyLibravatar Jean-Luc Herren1-1/+1
2007-12-03install-sh from automake does not like -m without delimiting spaceLibravatar Robert Schiele1-1/+1
2007-11-22Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2007-11-22Fix sample pre-commit hookLibravatar Junio C Hamano1-1/+1
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-10-26hooks-pre-commit: use \t, rather than a literal TAB in regexpLibravatar Jim Meyering1-1/+1
2007-09-13hooks--update: Explicitly check for all zeros for a deleted ref.Libravatar Alexandre Julliard1-1/+1
2007-07-14Use $(RM) in Makefiles instead of 'rm -f'Libravatar Emil Medve1-1/+2
2007-06-12Remove trailing slash from $(template_dir).Libravatar Johannes Sixt1-1/+1
2007-06-07War on whitespaceLibravatar Junio C Hamano4-4/+0
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-31Reimplement emailing part of hooks--update in contrib/hooks/post-receive-emailLibravatar Andy Parkins1-0/+17
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-06Make 'make' quiet by defaultLibravatar Shawn O. Pearce1-1/+1
2007-03-06Make 'make' quieter while building gitLibravatar Shawn O. Pearce1-3/+7
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 Roskin2-2/+2
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-12-26hooks/commit-msg: add example to add Signed-off-by line to messageLibravatar Andy Parkins1-0/+4
2006-12-19Do not create $GIT_DIR/remotes/ directory anymore.Libravatar Junio C Hamano1-1/+0
2006-08-13sample commit-msg hook: no silent exit on duplicate Signed-off-by linesLibravatar Luben Tuikov1-1/+5
2006-08-13Fix regex pattern in commit-msgLibravatar Luben Tuikov1-1/+1
2006-08-02Fix installation of templates on ancient systems.Libravatar Ramsay Allan Jones1-7/+5
2006-07-08templates/hooks--update: replace diffstat calls with git diff --statLibravatar Eric Wong1-2/+2
2006-04-19pre-commit hook: complain about conflict markers.Libravatar Junio C Hamano1-0/+3
2006-02-26Merge branch 'maint'Libravatar Junio C Hamano2-0/+2
2006-02-26sample hooks template.Libravatar Junio C Hamano2-0/+2
2006-02-13rebase: allow a hook to refuse rebasing.Libravatar Junio C Hamano1-0/+150