gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r18272 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r18272 - gnunet/contrib
Date: Wed, 23 Nov 2011 11:29:35 +0100

Author: grothoff
Date: 2011-11-23 11:29:35 +0100 (Wed, 23 Nov 2011)
New Revision: 18272

Added:
   gnunet/contrib/submit
Log:
adding shell script to show changes prior to commit to reduce submission 
foo-bars

Added: gnunet/contrib/submit
===================================================================
--- gnunet/contrib/submit                               (rev 0)
+++ gnunet/contrib/submit       2011-11-23 10:29:35 UTC (rev 18272)
@@ -0,0 +1,13 @@
+#!/bin/sh
+echo "Are you sure you want to commit changes to these files?"
+svn status
+read dummy
+svn diff
+echo "Are you sure you want to commit the changes above (CTRL-C to abort)"
+read dummy
+if test 0 != $#
+then
+  svn commit -m "$*"
+else
+  svn commit 
+fi


Property changes on: gnunet/contrib/submit
___________________________________________________________________
Added: svn:executable
   + *




reply via email to

[Prev in Thread] Current Thread [Next in Thread]