aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-05-27 09:40:41 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-05-27 09:40:41 +0200
commit3a966c83d32db67d0e9cb23675f28b7233280aeb (patch)
tree90e0e335bc9261e4d1535026056db2f668f294c2 /contrib/scripts
parentf2127cd6a126b5b6abe5608d08742b05fc249297 (diff)
downloadgnunet-3a966c83d32db67d0e9cb23675f28b7233280aeb.tar.gz
gnunet-3a966c83d32db67d0e9cb23675f28b7233280aeb.zip
- do not include commits with - prefixed to message in changelog delta
Diffstat (limited to 'contrib/scripts')
-rw-r--r--contrib/scripts/changelog_delta.sh2
1 files changed, 1 insertions, 1 deletions
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 @@
1#!/bin/bash 1#!/bin/bash
2LASTHASH=$(head -n1 ChangeLog | cut -d " " -f 7 | tr -d \( | tr -d \)) 2LASTHASH=$(head -n1 ChangeLog | cut -d " " -f 7 | tr -d \( | tr -d \))
3git log --no-merges --no-color --format="%aD (%h)%n%s - %cN%n" $LASTHASH..HEAD 3git log --invert-grep --grep="^- " --no-merges --no-color --format="%aD (%h)%n%s - %cN%n" $LASTHASH..HEAD