gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: - do not include commits with - prefixed


From: gnunet
Subject: [gnunet] branch master updated: - do not include commits with - prefixed to message in changelog delta
Date: Wed, 27 May 2020 09:45:55 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 3a966c83d - do not include commits with - prefixed to message in 
changelog delta
3a966c83d is described below

commit 3a966c83d32db67d0e9cb23675f28b7233280aeb
Author: Martin Schanzenbach <address@hidden>
AuthorDate: Wed May 27 09:40:41 2020 +0200

    - do not include commits with - prefixed to message in changelog delta
---
 contrib/scripts/changelog_delta.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/scripts/changelog_delta.sh 
b/contrib/scripts/changelog_delta.sh
index 2ac5423e2..1c14d69e2 100644
--- a/contrib/scripts/changelog_delta.sh
+++ b/contrib/scripts/changelog_delta.sh
@@ -1,3 +1,3 @@
 #!/bin/bash
 LASTHASH=$(head -n1 ChangeLog | cut -d " " -f 7 | tr -d \( | tr -d \))
-git log --no-merges --no-color --format="%aD (%h)%n%s - %cN%n" $LASTHASH..HEAD
+git log --invert-grep --grep="^- " --no-merges --no-color --format="%aD 
(%h)%n%s - %cN%n" $LASTHASH..HEAD

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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