savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [750] add missing --git-dir=.


From: ineiev
Subject: [Savannah-cvs] [750] add missing --git-dir=.
Date: Sun, 14 Jan 2024 06:09:41 -0500 (EST)

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 emacs-elpa-diffs@gnu.org
-    git config multimailhook.emailprefix ""
+    git --git-dir=. config multimailhook.mailinglist emacs-elpa-diffs@gnu.org
+    git --git-dir=. config multimailhook.emailprefix ""
 
 The result will be this in the git config file.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]