summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/commit.c
AgeCommit message (Expand)Author
2006-05-31allow commit to ressurect added files that exist in Attic/Joris Vink
2006-05-30fill in the correct revision number we will want in file_rcsrevJoris Vink
2006-05-30the moment we are done commiting a removed file, move the RCS fileJoris Vink
2006-05-28enable basic add command, only works on files right now.Joris Vink
2006-05-28allow commands to shut up the output from cvs_file_classifyJoris Vink
2006-05-28teach opencvs ci how to commit files that have been added,Joris Vink
2006-05-28enable merging on update. if your file in your working copyJoris Vink
2006-05-27show which directory we are examining in our pre-commit checks.Joris Vink
2006-05-27allow commands to respect the -l flag, if the -l flag isJoris Vink
2006-05-27dont allow commit to continue if the file that is beingJoris Vink
2006-05-27commiting removed files now worksJoris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-04-14remove a metric buttload of excessive ()Theo de Raadt
2006-04-01fix some bugs that lint discovered for us.Joris Vink
2006-03-16zap more unused variables.Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-22cvs_rcs_getpath() cannot fail anymore;Xavier Santolaria
2005-12-21cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore;Xavier Santolaria
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-07-27use LP_NOTICE instead of LP_INFO where appropriate;Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-23rewrite of the file code. the previous one was justJoris Vink
2005-07-23correctly seperate added, modified and removed files for use in theJoris Vink
2005-07-22use the cf_name field of the CVSFILE struct instead of using the oldJoris Vink
2005-07-19unbreak the commit command.Joris Vink
2005-07-14use cvs_rcs_getpath();Xavier Santolaria
2005-07-12split this into cvs_commit_{remote,local}() functions;Xavier Santolaria
2005-07-07remove trailing whitespacesJoris Vink
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-30don't forget to send the log message, this fixes the commit command.Joris Vink
2005-05-30handle -r option; ok joris@Xavier Santolaria
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau
2005-05-20correct wrong error code usage.Joris Vink
2005-05-20execute the command callback at the same time we are buildingJoris Vink
2005-04-24don't send a Modified request and the file its contents whenJoris Vink
2005-04-24add missing CVS_CMD_ALLOWSPEC flagJoris Vink
2005-04-19handle removed files as well when checking files to commitJean-Francois Brousseau
2005-04-19remove debug codeJoris Vink
2005-04-19make sure we pick up newly added files.Joris Vink
2005-04-18Modify the CVSFILE structure using a union to keep information aboutJean-Francois Brousseau
2005-04-16missing cvs_ent_free(); joris okXavier Santolaria
2005-04-15snprintf() return values checks; joris okXavier Santolaria
2005-04-12introduce our own set of error codes used by the commands to reportJoris Vink
2005-04-11don't include sysexits.h now we don't use those error codesJoris Vink
2005-04-11remove EX_USAGE error codesJoris Vink
2005-04-03first round of EX_* exit codes removal; ok joris@.Xavier Santolaria
2005-03-31fix prototype for cvs_commit_prepare()Joris Vink
2005-03-30move all the client commands to the new command framework.Joris Vink
2005-03-29fix memleakJoris Vink