aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2022-10-18 22:17:09 +0200
committerDaniel Borkmann <daniel@iogearbox.net>2022-10-18 22:17:55 +0200
commit50d346b460e1dadd0c93c04b73db531c983416c0 (patch)
tree4b64040e8ba5b68cb4ff4ce1c6733cfb95d2de6a
parentac51fc476675204eab7c0f8e40a1b9f1b5920eff (diff)
downloadpw-50d346b460e1dadd0c93c04b73db531c983416c0.tar.gz
pw-request-pull: Fix tag commit description
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
-rwxr-xr-xpw-request-pull2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw-request-pull b/pw-request-pull
index 3763c7c..6f270e1 100755
--- a/pw-request-pull
+++ b/pw-request-pull
@@ -46,7 +46,7 @@ count=$(git rev-list --no-merges --count $since...HEAD)
thanks=$(git log --no-merges $since...HEAD --format="%b" | awk '$1 ~ /Reported-by:|Acked-by:|Reviewed-by:|Tested-by:/' | cut -d ' ' -f2- | cut -d '<' -f1 | awk '{$1=$1};1' | grep -v '@' | sort | uniq | sort -n | sed ':a;N;$!ba;s/\n/, /g' | fold -s -w73)
file="pr-$tree-$today.patch"
if [ ! -z "$sign" ]; then
- git tag -s $sign -m "${remote[0]}-$sign"
+ git tag -s $sign -m "$tree-$sign"
git verify-tag $sign
git push origin $sign
fi