summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/commit.c
AgeCommit message (Expand)Author
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-02-09remove the cvs_file_classify() `loud' argument, it was usedJoris Vink
2007-02-01change mode of a newly created rcs file in the repository to 0444Otto Moerbeek
2007-01-31snprintf() -> xsnprintf()Xavier Santolaria
2007-01-26- support [-k mode] for the add commandXavier Santolaria
2007-01-25use more stack allocations for fixed size buffers. ok xsa@ joris@Otto Moerbeek
2007-01-18send -l Argument to server when appropriate.Xavier Santolaria
2007-01-14move things around in rcs_rev_getbuf() and rcs_rev_write_fd()Joris Vink
2007-01-13switch commit code to the new RCS api.Joris Vink
2007-01-13plug 3 memleaksJoris Vink
2007-01-13remove BUF * argument from cvs_checkout_file() it willJoris Vink
2007-01-12major re-work of the RCS api. this results in 100x performance improvements ...Niall O'Higgins
2007-01-12do not leak memory from rcs_head_get()Joris Vink
2007-01-12if we have no files to be commited, stop commiting.Joris Vink
2007-01-12complete binary support for opencvs,Joris Vink
2007-01-11silence some warnings.Jasper Lievisse Adriaanse
2007-01-11in a remote setup:Joris Vink
2007-01-07use cvs_logmsg_read() for -F for simplicity.Joris Vink
2007-01-07free the filelists we pass to cvs_logmsg_create()Joris Vink
2007-01-07rewrite of the logmessage code, which allows you toJoris Vink
2007-01-03add support for 'remove' in a remote setup.Joris Vink
2007-01-03if we are commiting a file, do not let the server resend itJoris Vink
2007-01-02- fix cvs_client_remove_entry to correctly handle the passed dataJoris Vink
2006-12-31minor nits;Xavier Santolaria
2006-07-08Remove file mode argument from {cvs|rcs}_buf_write_stmp(). WeRay Lai
2006-07-07first part of opencvs remote, fairly useable on existing treesJoris Vink
2006-07-02- abort the commit when files are not correctly up to date.Joris Vink
2006-06-29it is a really good idea to store the result cvs_buf_load_fd returnsJoris Vink
2006-06-28print less verbose messages for cvs commit and add if the -q/-Q flagReyk Floeter
2006-06-28do not fail when we are trying to commit a newly added file when the CVS/*,tJoris Vink
2006-06-19kill local and remote callback and just have one called fileproc.Joris Vink
2006-06-16in preparation for the new remote code, proto.h becomes obsolete.Joris Vink
2006-06-14add cvs_buf_load_fd() which does the same as cvs_buf_load()Joris Vink
2006-06-13files that are not checked out are not up-to-date, considerJoris Vink
2006-06-07add support for <name>,t file:Xavier Santolaria
2006-06-06hello commit -F supportJoris Vink
2006-06-04sprinkle -n voodoo over the add, commit and import commands.Joris Vink
2006-06-01major rewrite of some rcs parsing stuff:Joris Vink
2006-05-31when adding a new file that already exists set the previousJoris Vink
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