From c4dcdb17c8c86d04c9563858adc9147361a9d6c8 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Fri, 15 Jun 2007 16:20:32 +0100 Subject: [PATCH] add standard gcommit command The gcommit command runs issue.pl before doing a commit --- gcommit | 1 + perl/gcommit | 4 ++++ 2 files changed, 5 insertions(+) create mode 120000 gcommit create mode 100755 perl/gcommit 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 $@ -- 2.34.1