aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts/changelog_delta.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/scripts/changelog_delta.sh')
-rw-r--r--contrib/scripts/changelog_delta.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/scripts/changelog_delta.sh b/contrib/scripts/changelog_delta.sh
deleted file mode 100644
index f115f1ef1..000000000
--- a/contrib/scripts/changelog_delta.sh
+++ /dev/null
@@ -1,3 +0,0 @@
1#!/bin/bash
2LASTHASH=$(head -n1 ChangeLog | cut -d " " -f 7 | tr -d \( | tr -d \))
3git log --invert-grep --grep="^-" --no-merges --no-color --format="%aD (%h)%n%s - %cN%n" $LASTHASH..HEAD