summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - 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
* fix some bugs that lint discovered for us.joris2006-04-011-6/+2
* zap more unused variables.xsa2006-03-161-5/+1
* #include's cleanup; ok joris@ niallo@.xsa2006-01-021-11/+2
* major cleanup of the functions handling the remote cvs protocol.joris2005-12-301-19/+9
* cvs_rcs_getpath() cannot fail anymore;xsa2005-12-221-4/+2
* cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore;xsa2005-12-211-3/+3
* switch to xmalloc stuff, me and xsa@ agreed on this a longjoris2005-12-101-6/+2
* use LP_NOTICE instead of LP_INFO where appropriate;xsa2005-07-271-2/+2
* KNF;xsa2005-07-251-6/+6
* rewrite of the file code. the previous one was justjoris2005-07-231-12/+12
* correctly seperate added, modified and removed files for use in thejoris2005-07-231-23/+51
* use the cf_name field of the CVSFILE struct instead of using the oldjoris2005-07-221-5/+3
* unbreak the commit command.joris2005-07-191-2/+2
* use cvs_rcs_getpath();xsa2005-07-141-13/+2
* split this into cvs_commit_{remote,local}() functions;xsa2005-07-121-33/+51
* remove trailing whitespacesjoris2005-07-071-2/+2
* headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;xsa2005-05-311-4/+4
* don't forget to send the log message, this fixes the commit command.joris2005-05-301-1/+4
* handle -r option; ok joris@xsa2005-05-301-1/+13
* Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryjfb2005-05-241-18/+24
* correct wrong error code usage.joris2005-05-201-5/+7
* execute the command callback at the same time we are buildingjoris2005-05-201-5/+27
* don't send a Modified request and the file its contents whenjoris2005-04-241-1/+8
* add missing CVS_CMD_ALLOWSPEC flagjoris2005-04-241-2/+2