From 9c7cbff41faf211a75fccc11a029145bcd738afe Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 23 Feb 2009 23:16:30 +0100 Subject: [PATCH] Add git commit template Rename the old CVS template and add it to the repo. As git is a DSCM you have to install the template yourself. Just use the following command: git config --add commit.template /usr/src/tools/gittemplate --- tools/gittemplate | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tools/gittemplate diff --git a/tools/gittemplate b/tools/gittemplate new file mode 100644 index 0000000000..2cad535d4b --- /dev/null +++ b/tools/gittemplate @@ -0,0 +1,9 @@ + +# Dragonfly-bug: +# Submitted-by: Fill this in if someone else sent in the change. +# Reviewed-by: Fill this in if someone else reviewed your modification. +# Approved-by: Fill this in if you needed approval for this commit. +# Obtained-from: Fill this in if the change is from third party software. +# +# Do not forget to add your major changes to: +# http://www.dragonflybsd.org/releaseXY -- 2.41.0