summaryrefslogtreecommitdiffstats
path: root/CVSROOT
Commit message (Collapse)AuthorAgeFilesLines
* Be more careful when removing duplicate lines. Remember thatjoe2001-05-141-1/+1
| | | | | perl considers "0" false, not true, so explicitly check each line against "".
* Be more exact when checking for empty template entries to filterjoe2001-05-141-1/+1
| | | | | | from the log message. Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
* Show the user why a failed syntax check occurred by showing thejoe2001-05-141-1/+1
| | | | regular expression that was used to perform the check.
* The 'MFC after:' entry can also take 'months'.joe2001-05-141-3/+3
|
* Make the "MFC after" syntax check match the claimed syntax.jlemon2001-05-141-1/+1
| | | | | Permit 'month[s]' as well, while I'm here; other scripts should also be updated to accept this as well.
* Remove a number of unnecessary warnings that occured whilst parsingjoe2001-05-131-6/+9
| | | | the log message.
* Relax the handling of seemingly extra lines in the templated headerjoe2001-05-131-2/+3
| | | | | | | | block at the bottom of the commit log. Committers are sometimes wrapping lines and therefore introducing lines that don't look like a header. This change should return the previous behaviour.
* * Tidy up the error handling to make it clearer what's happening.joe2001-05-131-5/+21
| | | | | * If a commit fails because of a template error point the user to a saved copy of the log message for when they re-commit.
* By default defined template headers should match /^.*$/, not /^$/.joe2001-05-131-5/+5
|
* Pull the templated headers and their associated type-checkingjoe2001-05-131-27/+69
| | | | patterns into a configuration section at the top of the script.
* Remove trailing spaces in the log message correctly.joe2001-05-131-1/+1
| | | | | | | | PR: Submitted by: Reviewed by: Approved by: Obtained from:
* Simplify the script.joe2001-05-131-48/+39
|
* Clean up a new nits and run this using 'strict'.joe2001-05-131-9/+11
|
* Recently Maxim Sobolev <sobomax@FreeBSD.org> introduced an MFCjoe2001-05-123-0/+19
| | | | | | | | | | | | notification service driven from 'MFC after:' headers in the commit message. This commit adds 'MFC after:' into the rcstemplate and associated code to make sure that if it's used it's used correctly. Based upon code submitted by Maxim Sobolev <sobomax@FreeBSD.org>. Submitted by: sobomax
* Gone for a weeks vacation..wilko2001-05-111-1/+1
|
* Backcpiazza2001-05-111-1/+1
|
* Log 'cvs import' reports in the commit log files in CVSROOT/commitlogs.joe2001-05-071-1/+1
| | | | | They've never been logged here before by the looks of things, which seems a little strange.
* Route my mail to devnull for a couple weeks while I'm back home andcpiazza2001-05-021-1/+1
| | | | | not reading mail. If I come home to >2000 messages I end up deleting it all anyway...
* Please welcome Takuya SHIOZAKI to commiters. He will merge his XPG4DLume2001-04-251-0/+1
| | | | | | into FreeBSD. Approved by: core
* One Patch to rule them all, One Markup to find them,alex2001-04-241-0/+1
| | | | | | | | | | | One Commit to bring them all and in the doc/-ness bind them In the Land of SGML where the Commitbit lies. Devoted to Udo Erdelhoff (ue). I'll be his mentor. Approved by: nik
* Add a couple of missing 'my' declarations.joe2001-04-241-5/+5
| | | | Tidy up a comment.
* Re-enable my commit mailgreid2001-04-211-1/+1
|
* Disable 'use strict'. We're not ready for that just yet!!! (It crept injoe2001-04-191-1/+1
| | | | | | from my test environment). Several dunce caps to: joe
* Declare some variables before use.joe2001-04-191-8/+12
|
* Clean up the CVS log message parser and in the process fix ajoe2001-04-191-27/+37
| | | | | potential bug where the contents of the log message could conflict with the parsing process.
* Rename @log_lines to @msg_lines to avoid confusion with an earlierjoe2001-04-181-2/+2
| | | | use of @log_lines in a different context.
* Remove some unnecessary spaces, and add a commented out 'use strict'joe2001-04-181-2/+3
| | | | for later use.
* Tidy up the use of variables in the log message generation code.joe2001-04-181-28/+25
|
* Ports freeze is over!asami2001-04-181-1/+1
|
* Another ports freeze is coming, due to samba problems.asami2001-04-181-1/+1
| | | | Approved by: jkh
* Ports freeze is now over. Thanks for the patience, folks.asami2001-04-171-1/+1
|
* xemacs fixed, ports tree is frozen again.asami2001-04-171-1/+1
|
* Add knu as emergency measure while he fixes xemacs* ports.asami2001-04-171-1/+1
|
* The ports tree is now frozen in preparation for 4.3-release.asami2001-04-171-1/+1
|
* Back from Hong Kong..wilko2001-04-131-1/+1
|
* Switch off commit mail while I'm on holiday until the 21stgreid2001-04-121-1/+1
|
* Add Jens Schweikhardt to the list of committers.joerg2001-04-061-0/+1
| | | | | | | Now Bruce Evans will get some competition as a code-nitpicker :-)), and Jens has already submitted a too large number of PRs anyway... Approved by: core
* Welcome George Reid to the party.ps2001-04-051-0/+1
| | | | Approved by: core
* Send commit mail to devnull while on a 2 week business tripwilko2001-03-301-1/+1
|
* Add Yar Tikhiy to committers as punishment for submitting too manyjkh2001-03-251-0/+1
| | | | | | complicated PRs. Welcome, Yar! Approved by: core
* Welcome Eric Melville to commiters.murray2001-03-251-0/+1
| | | | | | | | | | | | | Eric and I have been working on a binary updates project that should soon make its way to the cvs repo on usw4.freebsd.org. Naturally, Eric is interested in working on all areas of FreeBSD's installation and upgrade process. He'll also start maintaining his own ports and hopefully writing some documentation as well. Mentored by: murray Approved by: core
* Welcome Dima Dorfman, who has sent in far too many doc PRs with workingnik2001-03-091-0/+1
| | | | patches. Clearly this behaviour can not go unpunished for long. . .
* Add Michael Wu as a committer. I will be his mentor. He'll beimp2001-03-071-0/+1
| | | | | | | | | | working on i18n stuff as well as taking picture of all the committers with cheap Taiwanese beer, so seek him out if you haven't had your picture taken. Michael, welcome aboard. Now go do the traidtional first commits. Approved by: core
* Hand Thomas MÖstl a one-way ticket to.. er.. yes. Provide Thomasrwatson2001-03-071-0/+1
| | | | | | | | | | with a commit bit since he insisted on submitting many patches, including some to remove excessive use of setgid kmem throughout the tree, a task that everyone has wanted done for a long time. He also foolishly expressed interest in working on my POSIX.1e capabilities implementation. I'll be his mentor. Approved by: core
* Welcome Orion Hodson (orion) as a new committer.cg2001-03-051-0/+1
| | | | | | | | | | | He'll be focusing on sound, and has submitted two drivers already in addition to several bugfixes and new features for newpcm. I'll be his mentor. Too late to back out now, Orion. Approved by: core
* Switch commits back on now that I've fixed the bogon in log_accum.pl.joe2001-02-261-6/+6
|
* Back out part of revision 1.62 that didn't work.joe2001-02-261-3/+3
|
* Switch off commits temporarily, whilst I chase down a potentialjoe2001-02-261-6/+6
| | | | bogon in log_accum.pl.
* Remove the unused $tag variable from the arguments to alljoe2001-02-261-4/+3
| | | | change_summary_X subroutines.
* Apply the style guide to the rest of the subroutines. In particular addjoe2001-02-261-91/+81
| | | | | loads of 'my' declarations. It won't be long before this will run with 'strict' switched on.
OpenPOWER on IntegriCloud