Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more error checking on buffer operations and plug a descriptor leak | 2005-01-03 | 1 | -4/+15 | |
| | | | | from Joris Vink | ||||
* | complain if we fail to send the log message so the caller doesn't | 2004-12-08 | 1 | -3/+7 | |
| | | | | have to | ||||
* | rearrange the output loop for file lists in the log message so we don't | 2004-12-08 | 1 | -2/+3 | |
| | | | | | | have blank lines or extra delimiters in some cases spotted by and discussed with Joris Vink | ||||
* | embrace and extend (!) cvs_logmsg_get() so we can now display | 2004-12-08 | 1 | -24/+42 | |
| | | | | | | | | | information based on its availability and have separate sections for the Added, Modified and Removed file lists. this will allow us to use the same call for add, commit, import and possibly others Original patch by Joris Vink, some rework from me for the other sections | ||||
* | less whitespace, more pretty. ok jfb | 2004-12-07 | 1 | -16/+12 | |
| | |||||
* | tighten vertical spacing for else; jfb ok | 2004-12-06 | 1 | -5/+3 | |
| | |||||
* | Rename variables to make more sense and fix a warning about assigning | 2004-12-03 | 1 | -11/+11 | |
| | | | | to a read-only location. | ||||
* | This commit is brought to you by the brand new improved and better tasting | 2004-12-02 | 1 | -5/+14 | |
| | | | | OpenCVS commit code. | ||||
* | cvs_logmsg_get() now accepts a list of files that it is getting the | 2004-12-02 | 1 | -15/+37 | |
| | | | | | message for and displays those files in the commented part of the log message | ||||
* | Rewrite the internals of the file management code so that we do not keep | 2004-11-26 | 1 | -1/+25 | |
| | | | | | | a full path to each file we load, and cache file names so we can have multiple references to a single name. This saves a lot of memory on large trees such as /usr/src, especially on 'Makefile', 'README' and such. | ||||
* | Functions to extract log messages from files and query users for them | 2004-11-12 | 1 | -0/+254 | |