From: Dirk Koopman Date: Fri, 15 Jun 2007 15:20:32 +0000 (+0100) Subject: add standard gcommit command X-Git-Tag: 1.55~160^2~9 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=c4dcdb17c8c86d04c9563858adc9147361a9d6c8;p=spider.git add standard gcommit command The gcommit command runs issue.pl before doing a commit --- diff --git a/gcommit b/gcommit new file mode 120000 index 00000000..0f051e46 --- /dev/null +++ b/gcommit @@ -0,0 +1 @@ +perl/gcommit \ No newline at end of file diff --git a/perl/gcommit b/perl/gcommit new file mode 100755 index 00000000..c929fca7 --- /dev/null +++ b/perl/gcommit @@ -0,0 +1,4 @@ +#!/bin/sh +# do a startard git commit +./issue.pl +git commit $@