[SCM] Debian Science Policy Manual branch, master, updated. 147c85266eb2439789d658e21651915afe7df418
Manuel Prinz
debian at pinguinkiste.de
Tue May 27 22:28:29 UTC 2008
The following commit has been merged in the master branch:
commit 147c85266eb2439789d658e21651915afe7df418
Author: Manuel Prinz <debian at pinguinkiste.de>
Date: Wed May 28 00:29:22 2008 +0200
Fixed a minor type in commit hook example
diff --git a/debian-science-policy.xml b/debian-science-policy.xml
index de7047a..8a0f33a 100644
--- a/debian-science-policy.xml
+++ b/debian-science-policy.xml
@@ -199,7 +199,7 @@ debian-science/
<para>The recommended way is to use the <command>git-commit-notice</command> script on Alioth. To setup the hook, login to Alioth and change into your Package Repository directory. There you can execute:</para>
<screen>
$ git config --add hooks.mailinglist "debian-science-commits at lists.alioth.debian.org"
-$ git config --add hooks.emailprefix "[$(basename $(pwd) .git)]]"
+$ git config --add hooks.emailprefix "[$(basename $(pwd) .git)]"
$ cat >hooks/post-receive <<END
#!/bin/sh
exec /usr/local/bin/git-commit-notice
--
Debian Science Policy Manual
More information about the debian-science-commits
mailing list