gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: git version set to HEAD instead


From: gnunet
Subject: [taler-exchange] branch master updated: git version set to HEAD instead of the latest known commit
Date: Mon, 11 Sep 2023 21:17:40 +0200

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

sebasjm pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 552cb25a git version set to HEAD instead of the latest known commit
552cb25a is described below

commit 552cb25a3248b01be8de9485430e47dfe4d0a701
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Sep 11 16:17:32 2023 -0300

    git version set to HEAD instead of the latest known commit
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index e9a9cf8e..fc08c5f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -455,7 +455,7 @@ AC_MSG_CHECKING(for source being under a VCS)
 git_version=
 AS_IF([test ! "X$gitcommand" = "X"],
 [
-  git_version=$(cd $srcdir ; git rev-list --full-history --all --abbrev-commit 
| head -n 1 2>/dev/null)
+  git_version=$(cd $srcdir ; git rev-list -n 1 --abbrev-commit HEAD 
2>/dev/null)
 ])
 AS_IF([test "X$git_version" = "X"],
   [

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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