gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: - fixed configure.ac to show last commit


From: gnunet
Subject: [gnunet] branch master updated: - fixed configure.ac to show last commit of current branch
Date: Sun, 18 Apr 2021 17:21:14 +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 f49a7a90b - fixed configure.ac to show last commit of current branch
f49a7a90b is described below

commit f49a7a90bbc946b9bc408772b013d69630fab91e
Author: rexxnor <rexxnor@brief.li>
AuthorDate: Sun Apr 18 17:18:53 2021 +0200

    - fixed configure.ac to show last commit of current branch
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 751dcf3f6..7c691b645 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1868,6 +1868,7 @@ 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)
 ])
 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]