aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT
Commit message (Collapse)AuthorAgeFilesLines
* Correct cvsedit so that it does the 'right thing' (TM) when the userpeter1995-09-021-8/+7
| | | | | | | | | | quits without saving. Previously, it would cause cvs to abort the commit without giving any warning. Now, it does that cvs normally does when the user quits without saving, ie: ask if you want to abort, or use the empty message, or re-edit.
* Back out the very last change to this. Go back to dieingrgrimes1995-08-281-4/+4
| | | | | | | | on empty log messages, far far better than allowing the commit. I will have to wait to talk to Peter on a longer term fix. Submitted by: David Greenman
* Turn off bogus check for empty log messages that was tripping people up..peter1995-08-281-4/+4
| | | | Reviewed by: rgrimes
* Fix incorrect Regexp that zapped Satoshi's Submitted-by line.. :-(peter1995-08-231-2/+2
| | | | This got past both Rod and I.. :-(
* Insert hook to call CVSROOT/cvsedit..peter1995-08-211-0/+2
| | | | | | | | | | | | | | | | | This hook is launched by cvs instead of your editor when commiting. cvsedit runs the editor for you, and does some post-processing on the file after you quit.. It does the following: - Remove trailing whitespace - Collapse multiple blank lines - Removes empty "Reviewed-by" etc lines, stopping cvs from putting them into the rcs log. - Removes leading and trailing blank lines.. - maintains the file timestamps if no changes are made, allowing you to abort a commit properly. (Sadly, I didn't have time to get the AI code running that was meant to check your code for you and find any bugs in your committed code.. :-) Reviewed by: Rod Grimes
* few hacks for CC linepeter1995-08-141-3/+5
|
* get cvsedit to drop likely editor backup filespeter1995-08-051-4/+15
|
* correct the CVS: botchpeter1995-08-051-7/+9
| | | | | CVS: CVS:
* 'ere we gopeter1995-08-051-17/+80
|
* Add modules, cvseditpeter1995-08-051-0/+22
|
* If any of the three lines:rgrimes1995-07-151-2/+7
| | | | | | | | Reviewed by: Submitted by: Obtained from: Are blank, after this commit, cvs will remove them from the Log: section.
* Okay, I lied, I went and learned some more perl, and hacked thergrimes1995-07-151-1/+9
| | | | | | | | | | Branch: detection logic into this. It's only 8 new lines, but due to the learning curve it took me 3 hours to write them :-(. Also fixed the $FreeBSD$ keyword to be $Id$ since it is turned off. Next.. auto deletion of blank ``Reviewed, Submitted and Obtained" lines. That should only take an hour more :-)
* Hard code path to perl as /usr/bin/perl so we stop picking it up fromrgrimes1995-04-195-7/+6
| | | | | | /usr/local. Submitted by: asami
* Added global 'ignore' file which is used when importing new files.nate1995-04-191-0/+2
| | | | Currently it contains '*.info' and '*.db' entries.
* Get rid of obnoxious comment about the `fmt' command so that I can seewollman1995-04-111-7/+0
| | | | WTF I'm committing again.
* Remove the TZ variable from the enironment before calling localtime()joerg1995-04-091-0/+1
| | | | | | | | | to get the commit timestamp. This makes the time stamps comparable. I'm rather in favour for using gmtime() instead of localtime(), but i guess i cannot convince all you american guys. :) I'll let up the RCS checkout to our CVS master...
* Add a blank after the empty CVS: line so it gets stripped.pst1995-03-291-1/+1
|
* put in comments about fill via fmtpst1995-03-281-0/+7
|
* add comment for new edit hookpst1995-03-281-2/+4
|
* Initial revisionpst1995-03-281-0/+384
|
* add new edit hook testpst1995-03-281-0/+1
|
* Spell "committers" correctly! :-)jkh1994-10-091-1/+1
|
* Add an echo to this - something is weird with this.jkh1994-09-281-0/+1
|
* Add another shell-script wrapper to do both -i actions required for avail.jkh1994-09-281-0/+7
|
* Add mkavail script to make a mailing list file out of the avail filejkh1994-09-282-3/+27
| | | | | | | | | | | automagically each and any time it's changed. Change log_accum.pl to send to the new cvs-committers mailing list that uses this file. This should cut down on the size of our monster cvs mail headers considerably! :-) Many thanks to Gary Clark II for these changes. Submitted by: gclarkii
* Delete extra blank line. Also, try to make the explanatory text a little morewollman1994-09-101-13/+8
| | | | | compact so you have a chance to see the file list when composing your message. CVS:
* Escapemetacharacters in directory name so perl doesn't blow chunks on libg++.wollman1994-09-101-1/+3
| | | | CVS:
* Fixed up rather confusing comments about the template and addedpaul1994-09-101-4/+17
| | | | | an Obtained from: line. This was my suggestion so I added since I was in the file anyway. If people disagree they can easily change it.
* Disable access allowed message, only print a message when access is denied.rgrimes1994-05-281-2/+2
|
* Reviewed by:rgrimes1994-05-261-0/+5
| | | | Submitted by:
* Initial CVSROOT setuprgrimes1994-05-249-0/+836