Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/commitpkg.in
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2022-09-07 23:28:10 +0200
committerLevente Polyak <anthraxx@archlinux.org>2023-03-19 22:02:04 +0100
commit1f4ca51ca14d0a5fe5dcd4014f3756de2fbc835f (patch)
tree7410c57820877cd27d5385fe8688b108330c526a /src/commitpkg.in
parentb9d20c10a988775bc444ceaf872766fec32b54b5 (diff)
commitpkg: omit pkgbase in commit msg as git repos are per pkgbase
Diffstat (limited to 'src/commitpkg.in')
-rw-r--r--src/commitpkg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commitpkg.in b/src/commitpkg.in
index 59471bf..0c65658 100644
--- a/src/commitpkg.in
+++ b/src/commitpkg.in
@@ -169,7 +169,7 @@ if [[ -n $(git status --short --untracked-files=no) ]]; then
done
stat_done
- msgtemplate="upgpkg: $pkgbase $(get_full_version)"
+ msgtemplate="upgpkg: $(get_full_version)"
if [[ -n $1 ]]; then
stat_busy 'Committing changes'
git commit -q -m "${msgtemplate}: ${1}" || die