gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: - fixed format for configure.ac git vers


From: gnunet
Subject: [gnunet] branch master updated: - fixed format for configure.ac git version
Date: Sun, 18 Apr 2021 17:26:13 +0200

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

rexxnor pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 676ed11fc - fixed format for configure.ac git version
676ed11fc is described below

commit 676ed11fc45cab813652956c7012d622d9509b98
Author: rexxnor <rexxnor@brief.li>
AuthorDate: Sun Apr 18 17:23:56 2021 +0200

    - fixed format for configure.ac git version
---
 configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7c691b645..5066f8178 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1867,8 +1867,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 log -n 1)
+  git_version=$(cd $srcdir ; git log -n 1 | head -n 1 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]