Revision: 750
          
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=750
Author:   ineiev
Date:     2024-01-14 06:09:39 -0500 (Sun, 14 Jan 2024)
Log Message:
-----------
add missing --git-dir=.

Modified Paths:
--------------
    trunk/sviki/Git.mdwn

Modified: trunk/sviki/Git.mdwn
===================================================================
--- trunk/sviki/Git.mdwn        2024-01-14 08:50:49 UTC (rev 749)
+++ trunk/sviki/Git.mdwn        2024-01-14 11:09:39 UTC (rev 750)
@@ -59,8 +59,8 @@
 the mailing list configuration is also configured to add one.
 
     cd /srv/git/auctex.git/
-    git config multimailhook.mailinglist [email protected]
-    git config multimailhook.emailprefix ""
+    git --git-dir=. config multimailhook.mailinglist [email protected]
+    git --git-dir=. config multimailhook.emailprefix ""
 
 The result will be this in the git config file.
 


Reply via email to