add standard gcommit command

The gcommit command runs issue.pl before doing a commit
This commit is contained in:
Dirk Koopman 2007-06-15 16:20:32 +01:00
parent 160c90fff4
commit c4dcdb17c8
2 changed files with 5 additions and 0 deletions

1
gcommit Symbolic link
View File

@ -0,0 +1 @@
perl/gcommit

4
perl/gcommit Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
# do a startard git commit
./issue.pl
git commit $@