summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* change mode of a newly created rcs file in the repository to 0444otto2007-02-011-2/+2
* snprintf() -> xsnprintf()xsa2007-01-311-15/+8
* - support [-k mode] for the add commandxsa2007-01-261-1/+8
* use more stack allocations for fixed size buffers. ok xsa@ joris@otto2007-01-251-17/+4
* send -l Argument to server when appropriate.xsa2007-01-181-1/+4
* move things around in rcs_rev_getbuf() and rcs_rev_write_fd()joris2007-01-141-2/+2
* switch commit code to the new RCS api.joris2007-01-131-20/+12
* plug 3 memleaksjoris2007-01-131-1/+4
* remove BUF * argument from cvs_checkout_file() it willjoris2007-01-131-6/+2
* major re-work of the RCS api. this results in 100x performance improvements in some places and muchniallo2007-01-121-4/+4
* do not leak memory from rcs_head_get()joris2007-01-121-4/+8
* if we have no files to be commited, stop commiting.joris2007-01-121-1/+4
* complete binary support for opencvs,joris2007-01-121-19/+8
* silence some warnings.jasper2007-01-111-4/+4
* in a remote setup:joris2007-01-111-1/+2
* use cvs_logmsg_read() for -F for simplicity.joris2007-01-071-6/+2
* free the filelists we pass to cvs_logmsg_create()joris2007-01-071-1/+5
* rewrite of the logmessage code, which allows you tojoris2007-01-071-32/+51
* add support for 'remove' in a remote setup.joris2007-01-031-15/+4
* if we are commiting a file, do not let the server resend itjoris2007-01-031-2/+2
* - fix cvs_client_remove_entry to correctly handle the passed datajoris2007-01-021-2/+16
* minor nits;xsa2006-12-311-7/+7
* Remove file mode argument from {cvs|rcs}_buf_write_stmp(). Weray2006-07-081-3/+3
* first part of opencvs remote, fairly useable on existing treesjoris2006-07-071-2/+22
* - abort the commit when files are not correctly up to date.joris2006-07-021-4/+8
* it is a really good idea to store the result cvs_buf_load_fd returnsjoris2006-06-291-2/+2
* print less verbose messages for cvs commit and add if the -q/-Q flagreyk2006-06-281-12/+19
* do not fail when we are trying to commit a newly added file when the CVS/*,tjoris2006-06-281-3/+5
* kill local and remote callback and just have one called fileproc.joris2006-06-191-4/+3
* in preparation for the new remote code, proto.h becomes obsolete.joris2006-06-161-3/+2
* add cvs_buf_load_fd() which does the same as cvs_buf_load()joris2006-06-141-3/+3
* files that are not checked out are not up-to-date, considerjoris2006-06-131-3/+4
* add support for <name>,t file:xsa2006-06-071-1/+34
* hello commit -F supportjoris2006-06-061-1/+8
* sprinkle -n voodoo over the add, commit and import commands.joris2006-06-041-1/+4
* major rewrite of some rcs parsing stuff:joris2006-06-011-2/+7
* when adding a new file that already exists set the previousjoris2006-05-311-4/+8
* allow commit to ressurect added files that exist in Attic/joris2006-05-311-12/+46
* fill in the correct revision number we will want in file_rcsrevjoris2006-05-301-3/+3
* the moment we are done commiting a removed file, move the RCS filejoris2006-05-301-2/+29
* enable basic add command, only works on files right now.joris2006-05-281-9/+17
* allow commands to shut up the output from cvs_file_classifyjoris2006-05-281-3/+3
* teach opencvs ci how to commit files that have been added,joris2006-05-281-7/+29
* enable merging on update. if your file in your working copyjoris2006-05-281-2/+12
* show which directory we are examining in our pre-commit checks.joris2006-05-271-1/+7
* allow commands to respect the -l flag, if the -l flag isjoris2006-05-271-1/+6
* dont allow commit to continue if the file that is beingjoris2006-05-271-1/+8
* commiting removed files now worksjoris2006-05-271-8/+43
* commit the new opencvs code, i have been hacking onjoris2006-05-271-198/+131
* remove a metric buttload of excessive ()deraadt2006-04-141-6/+6