From 360fcd2f0ecaba3c8bb0e56e7fc6014dacfb3ec7 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 12 Jun 2009 08:54:36 -0700 Subject: svn: remove the default -m commit arg This should force people to add a valid commit message when updating PKGBUILDs and the like. Passing it on the command line still works fine Signed-off-by: Aaron Griffin --- commitpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commitpkg') diff --git a/commitpkg b/commitpkg index 79998fb..8622b32 100755 --- a/commitpkg +++ b/commitpkg @@ -98,7 +98,7 @@ if [ "$1" != "" ]; then echo "===> Commited with \"upgpkg: $pkgname $pkgver-$pkgrel $1\" message" else - svn commit -m "upgpkg: $pkgname $pkgver-$pkgrel" > /dev/null + svn commit >/dev/null if [ $? -ne 0 ]; then echo "Cancelled" exit 1 -- cgit v1.2.3-24-g4f1b