commit: c24e8a922fd3c214f50cb0cdada4b994b94936c4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 5 11:31:50 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 11:02:51 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c24e8a92
Documentation: maintainers: Optimise pkgdev options
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Documentation/maintainers/bump-from-set.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/maintainers/bump-from-set.sh
b/Documentation/maintainers/bump-from-set.sh
index 410d991d27..52771f6092 100755
--- a/Documentation/maintainers/bump-from-set.sh
+++ b/Documentation/maintainers/bump-from-set.sh
@@ -89,7 +89,7 @@ if [[ -d "${PORTDIR}/.git" ]] && hash git 2>/dev/null && hash
pkgdev 2>/dev/null
pushd "${PORTDIR}/${cp}" > /dev/null
git add .
- pkgdev commit . -m "${DESTINATIONVERSION} version bump"
+ pkgdev commit . -m "${DESTINATIONVERSION} version bump" -s false
popd > /dev/null
done