| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate the code that determines what the name of the committer is | joe | 2001-11-15 | 1 | -3/+1 |
* | Remove all references to /home/ncvs; the CVSROOT env variable is sufficient | joe | 2001-11-15 | 1 | -1/+1 |
* | Move the names of some system tools into the config file. | joe | 2001-11-15 | 1 | -3/+5 |
* | Show who mail is being sent to. | joe | 2001-11-15 | 1 | -2/+2 |
* | Expand tabs into spaces in the email and log file so that everything | joe | 2001-11-15 | 1 | -3/+7 |
* | Whoops, reverse the sense of a test. | joe | 2001-11-14 | 1 | -1/+1 |
* | Clean up some syntax for clarity. | joe | 2001-11-13 | 1 | -20/+13 |
* | Sort filenames so that entries in the generated email are not | joe | 2001-10-28 | 1 | -2/+2 |
* | Make the 'To:' header configurable. (Defaulting to on, and off | joe | 2001-10-26 | 1 | -2/+3 |
* | Add a 'To:' header at email generation time. | joe | 2001-10-26 | 1 | -2/+4 |
* | If a committer modifies more than one area of the tree in one commit | joe | 2001-10-26 | 1 | -9/+12 |
* | We don't fetch the list of email addresses from the temporary file | joe | 2001-10-26 | 1 | -1/+1 |
* | Rip out the final references to internat.freebsd.org. | joe | 2001-10-24 | 1 | -4/+2 |
* | Rewrite the email generation routine to feed the email through an | joe | 2001-10-23 | 1 | -10/+29 |
* | Clear up the handling of trailing blank lines. | joe | 2001-10-23 | 1 | -3/+2 |
* | Indent the mail banner by a couple of characters so that it plays | joe | 2001-10-23 | 1 | -1/+1 |
* | Move the mail header that carries the list of branches that were | joe | 2001-10-23 | 1 | -4/+3 |
* | Back out the last commit. Looking through the cvs source code it's | joe | 2001-10-22 | 1 | -3/+3 |
* | Canonicalise the way that we obtain the username of the committer, | joe | 2001-10-22 | 1 | -3/+3 |
* | Avoid getting bitten by filenames that have a ',' character in them. | joe | 2001-09-24 | 1 | -5/+5 |
* | Remove mention of the word 'Attic' from commit mail deltas. They're | joe | 2001-09-24 | 1 | -1/+1 |
* | When working out what the previous revision was, for producing the | joe | 2001-09-24 | 1 | -3/+11 |
* | Add revision deltas for added (new) and removed (dead) files to | joe | 2001-09-16 | 1 | -22/+99 |
* | Centralise the generation of temporary filenames instead of having | joe | 2001-08-19 | 1 | -30/+27 |
* | The CVSROOT/scripts use a file, /tmp/#cvs.files.lastdir, to store | joe | 2001-08-19 | 1 | -1/+1 |
* | Add a comment noting that the last directory is written down by | joe | 2001-06-18 | 1 | -0/+2 |
* | Add a configuration option to enable the sending of commit mail on | joe | 2001-05-22 | 1 | -1/+1 |
* | Migrate some more configuration entries to the config file. | joe | 2001-05-22 | 1 | -48/+5 |
* | Finally make the script run under the 'strict' pragma. | joe | 2001-05-21 | 1 | -33/+41 |
* | Still working towards this script being entirely strict. | joe | 2001-05-21 | 1 | -10/+14 |
* | Remove support for disabling the commit summary in the email and | joe | 2001-05-21 | 1 | -38/+14 |
* | Use $DEBUG and $TMPDIR from cfg.pm. | joe | 2001-05-20 | 1 | -15/+15 |
* | Recently Maxim Sobolev <sobomax@FreeBSD.org> introduced an MFC | joe | 2001-05-12 | 1 | -0/+1 |
* | Log 'cvs import' reports in the commit log files in CVSROOT/commitlogs. | joe | 2001-05-07 | 1 | -1/+1 |
* | Add a couple of missing 'my' declarations. | joe | 2001-04-24 | 1 | -5/+5 |
* | Disable 'use strict'. We're not ready for that just yet!!! (It crept in | joe | 2001-04-19 | 1 | -1/+1 |
* | Declare some variables before use. | joe | 2001-04-19 | 1 | -8/+12 |
* | Clean up the CVS log message parser and in the process fix a | joe | 2001-04-19 | 1 | -27/+37 |
* | Rename @log_lines to @msg_lines to avoid confusion with an earlier | joe | 2001-04-18 | 1 | -2/+2 |
* | Remove some unnecessary spaces, and add a commented out 'use strict' | joe | 2001-04-18 | 1 | -2/+3 |
* | Tidy up the use of variables in the log message generation code. | joe | 2001-04-18 | 1 | -28/+25 |
* | Back out part of revision 1.62 that didn't work. | joe | 2001-02-26 | 1 | -3/+3 |
* | Remove the unused $tag variable from the arguments to all | joe | 2001-02-26 | 1 | -4/+3 |
* | Apply the style guide to the rest of the subroutines. In particular add | joe | 2001-02-26 | 1 | -91/+81 |
* | Only add a CVS-branch header to the email if $X_BRANCH_HDR is defined. | joe | 2001-02-26 | 1 | -4/+6 |
* | Tidy up the formatting using tabs instead of four spaces as per | joe | 2001-02-23 | 1 | -305/+305 |
* | Argh! Repeat after me: | peter | 2001-02-04 | 1 | -2/+3 |
* | More stylist changes. Getting closer to being able to 'use strict'. | joe | 2001-01-28 | 1 | -62/+76 |
* | Make the way read_logfile is called more sensible, and perl.style-ify it. | joe | 2001-01-28 | 1 | -19/+24 |
* | Apply style.perl(7) guide-lines to a number of subroutines. | joe | 2001-01-28 | 1 | -27/+31 |