summaryrefslogtreecommitdiffstats
path: root/commitpkg
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-06-12 17:54:36 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2009-06-12 17:54:36 +0200
commit360fcd2f0ecaba3c8bb0e56e7fc6014dacfb3ec7 (patch)
treeab262d130d362d38ff51c4f678aed05531a5a6ae /commitpkg
parente03dfc4665666e5a23945feeeb95a691d000a35f (diff)
downloaddevtools-360fcd2f0ecaba3c8bb0e56e7fc6014dacfb3ec7.tar.gz
devtools-360fcd2f0ecaba3c8bb0e56e7fc6014dacfb3ec7.tar.xz
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 <aaronmgriffin@gmail.com>
Diffstat (limited to 'commitpkg')
-rwxr-xr-xcommitpkg2
1 files changed, 1 insertions, 1 deletions
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