summaryrefslogtreecommitdiff
path: root/contrib/cvs/src/commit.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge cvs-1.9.xx -> 1.10 changes onto mainline.Peter Wemm1999-03-181-89/+95
| | | | | | | | Changes of significance include the top level CVS directory being optional and defaulting to off.. Notes: svn path=/head/; revision=44856
* Merge changes from vendor branch into mainlinePeter Wemm1998-03-101-16/+108
| | | | Notes: svn path=/head/; revision=34467
* Merge changes from CYCLIC branch onto mainline. rcs.[ch] still to come.Peter Wemm1998-01-261-38/+158
| | | | Notes: svn path=/head/; revision=32788
* Apply Bill Fenner's patch for the lost vendor branch bug - I've lookedPeter Wemm1997-07-051-0/+2
| | | | | | | | | over the code too and it makes sense to me. PR: 4033 Notes: svn path=/head/; revision=27204
* One of the new cvs's features is to be able to run a checker on thePeter Wemm1997-05-261-3/+3
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=26151
* Import a slightly newer version of 1.9.9 (as at 970523) that has fixed aPeter Wemm1997-05-231-1/+1
| | | | | | | | | | | few more memory leaks and cleaned up getopt usage. These were done shortly after the last one I imported. Very little has changed other than that. (except for some doc updates) Obtained from: cyclic.com Notes: svn path=/vendor/cvs/dist/; revision=26065
* Import of cvs-1.9.9-970515 onto vendor branch.Peter Wemm1997-05-151-383/+753
| | | | | | | Obtained from: cyclic.com Notes: svn path=/vendor/cvs/dist/; revision=25839
* Import of slightly trimmed cvs-1.8 distribution. Generated filesPeter Wemm1996-08-201-0/+1824
and non-unix code has been left out. Notes: svn path=/vendor/cvs/dist/; revision=17721