Revision: 93
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=93
Author: erk
Date: 2014-08-12 12:21:30 +0000 (Tue, 12 Aug 2014)
Log Message:
-----------
Update "Creating an additional repository" in order to have
consistent repository name example
Modified Paths:
--------------
trunk/sviki/Git.mdwn
Modified: trunk/sviki/Git.mdwn
===================================================================
--- trunk/sviki/Git.mdwn 2014-08-04 00:56:17 UTC (rev 92)
+++ trunk/sviki/Git.mdwn 2014-08-12 12:21:30 UTC (rev 93)
@@ -23,9 +23,9 @@
chgrp lwip /srv/git/lwip
chmod g+s /srv/git/lwip
-create a new shared bare repository in that directory:
+create a new shared bare repository (supposedly named lwip-contrib hereafter)
in that directory:
- git init --shared=all --bare /srv/git/lwip/lwip.git
+ git init --shared=all --bare /srv/git/lwip/lwip-contrib.git
write following to: /srv/git/lwip/lwip-contrib.git/hooks/post-update: