summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* embrace and extend (!) cvs_logmsg_get() so we can now displayjfb2004-12-081-8/+8
| | | | | | | | | 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 jfbtedu2004-12-071-12/+9
|
* tighten vertical spacing for else; jfb okderaadt2004-12-061-3/+2
|
* This commit is brought to you by the brand new improved and better tastingjfb2004-12-021-28/+63
| | | | OpenCVS commit code.
* Rewrite the internals of the file management code so that we do not keepjfb2004-11-261-187/+70
| | | | | | 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.
* Better handling of log message input and removal of crufty codekrapht2004-11-091-56/+86
|
* at least compilekrapht2004-11-091-4/+7
|
* Editor invocation code, still needs some workkrapht2004-11-091-5/+133
|
* Move to the new API for the client-server protocol. All functions nowjfb2004-07-301-1/+2
| | | | | take a cvs root structure as parameter. This will allow for much easier management of CVS trees that make use of multiple roots.
* * initial import from the cvs-tools modulejfb2004-07-131-0/+145