Date: Sun, 25 May 1997 22:15:30 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/cvs/src commit.c cvs.h import.c logmsg.c Message-ID: <199705260515.WAA26126@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1997/05/25 22:15:30 PDT Modified files: contrib/cvs/src commit.c cvs.h import.c logmsg.c Log: One of the new cvs's features is to be able to run a checker on the log messages after they've been entered. This is more flexible than using the editinfo script since it works for all log message types and doesn't have to deal with trying to run the editor for the user. The problem is that the verifymsg script can't modify the file like editinfo can, which makes it useless for cleaning up the message (as is needed for remote commits etc). This change causes the verifymsg handler to read back the message after the verify script has run and returned an "OK" exit code. Revision Changes Path 1.2 +755 -385 src/contrib/cvs/src/commit.c 1.4 +1 -1 src/contrib/cvs/src/cvs.h 1.2 +181 -113 src/contrib/cvs/src/import.c 1.2 +489 -82 src/contrib/cvs/src/logmsg.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705260515.WAA26126>