This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a5d719012e build: Do not fail when 'git' is missing.
a5d719012e is described below

commit a5d719012e0f5115aa89b767edc1fe1a3505915c
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu May 4 18:40:49 2023 +0200

    build: Do not fail when 'git' is missing.
    
    This is a followup to 8b972da068708a8b17f3ab153ea940690ca49ca9.
    
    * Makefile.am (.git/config): Add dash.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 4a9124e0c2..3e4fb90a68 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1118,7 +1118,7 @@ cuirass-jobs: $(GOBJECTS)
        cp etc/git/pre-push .git/hooks/pre-push
 
 .git/config: etc/git/gitconfig
-       git config include.path ../etc/git/gitconfig
+       -git config include.path ../etc/git/gitconfig
 
 nodist_noinst_DATA = .git/hooks/pre-push .git/config
 

Reply via email to