| Commit message (Expand) | Author | Age | Files | Lines |
* | - abort the commit when files are not correctly up to date. |  joris | 2006-07-02 | 1 | -4/+8 |
* | it is a really good idea to store the result cvs_buf_load_fd returns |  joris | 2006-06-29 | 1 | -2/+2 |
* | print less verbose messages for cvs commit and add if the -q/-Q flag |  reyk | 2006-06-28 | 1 | -12/+19 |
* | do not fail when we are trying to commit a newly added file when the CVS/*,t |  joris | 2006-06-28 | 1 | -3/+5 |
* | kill local and remote callback and just have one called fileproc. |  joris | 2006-06-19 | 1 | -4/+3 |
* | in preparation for the new remote code, proto.h becomes obsolete. |  joris | 2006-06-16 | 1 | -3/+2 |
* | add cvs_buf_load_fd() which does the same as cvs_buf_load() |  joris | 2006-06-14 | 1 | -3/+3 |
* | files that are not checked out are not up-to-date, consider |  joris | 2006-06-13 | 1 | -3/+4 |
* | add support for <name>,t file: |  xsa | 2006-06-07 | 1 | -1/+34 |
* | hello commit -F support |  joris | 2006-06-06 | 1 | -1/+8 |
* | sprinkle -n voodoo over the add, commit and import commands. |  joris | 2006-06-04 | 1 | -1/+4 |
* | major rewrite of some rcs parsing stuff: |  joris | 2006-06-01 | 1 | -2/+7 |
* | when adding a new file that already exists set the previous |  joris | 2006-05-31 | 1 | -4/+8 |
* | allow commit to ressurect added files that exist in Attic/ |  joris | 2006-05-31 | 1 | -12/+46 |
* | fill in the correct revision number we will want in file_rcsrev |  joris | 2006-05-30 | 1 | -3/+3 |
* | the moment we are done commiting a removed file, move the RCS file |  joris | 2006-05-30 | 1 | -2/+29 |
* | enable basic add command, only works on files right now. |  joris | 2006-05-28 | 1 | -9/+17 |
* | allow commands to shut up the output from cvs_file_classify |  joris | 2006-05-28 | 1 | -3/+3 |
* | teach opencvs ci how to commit files that have been added, |  joris | 2006-05-28 | 1 | -7/+29 |
* | enable merging on update. if your file in your working copy |  joris | 2006-05-28 | 1 | -2/+12 |
* | show which directory we are examining in our pre-commit checks. |  joris | 2006-05-27 | 1 | -1/+7 |
* | allow commands to respect the -l flag, if the -l flag is |  joris | 2006-05-27 | 1 | -1/+6 |
* | dont allow commit to continue if the file that is being |  joris | 2006-05-27 | 1 | -1/+8 |
* | commiting removed files now works |  joris | 2006-05-27 | 1 | -8/+43 |
* | commit the new opencvs code, i have been hacking on |  joris | 2006-05-27 | 1 | -198/+131 |
* | remove a metric buttload of excessive () |  deraadt | 2006-04-14 | 1 | -6/+6 |
* | fix some bugs that lint discovered for us. |  joris | 2006-04-01 | 1 | -6/+2 |
* | zap more unused variables. |  xsa | 2006-03-16 | 1 | -5/+1 |
* | #include's cleanup; ok joris@ niallo@. |  xsa | 2006-01-02 | 1 | -11/+2 |
* | major cleanup of the functions handling the remote cvs protocol. |  joris | 2005-12-30 | 1 | -19/+9 |
* | cvs_rcs_getpath() cannot fail anymore; |  xsa | 2005-12-22 | 1 | -4/+2 |
* | cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore; |  xsa | 2005-12-21 | 1 | -3/+3 |
* | switch to xmalloc stuff, me and xsa@ agreed on this a long |  joris | 2005-12-10 | 1 | -6/+2 |
* | use LP_NOTICE instead of LP_INFO where appropriate; |  xsa | 2005-07-27 | 1 | -2/+2 |
* | KNF; |  xsa | 2005-07-25 | 1 | -6/+6 |
* | rewrite of the file code. the previous one was just |  joris | 2005-07-23 | 1 | -12/+12 |
* | correctly seperate added, modified and removed files for use in the |  joris | 2005-07-23 | 1 | -23/+51 |
* | use the cf_name field of the CVSFILE struct instead of using the old |  joris | 2005-07-22 | 1 | -5/+3 |
* | unbreak the commit command. |  joris | 2005-07-19 | 1 | -2/+2 |
* | use cvs_rcs_getpath(); |  xsa | 2005-07-14 | 1 | -13/+2 |
* | split this into cvs_commit_{remote,local}() functions; |  xsa | 2005-07-12 | 1 | -33/+51 |
* | remove trailing whitespaces |  joris | 2005-07-07 | 1 | -2/+2 |
* | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; |  xsa | 2005-05-31 | 1 | -4/+4 |
* | don't forget to send the log message, this fixes the commit command. |  joris | 2005-05-30 | 1 | -1/+4 |
* | handle -r option; ok joris@ |  xsa | 2005-05-30 | 1 | -1/+13 |
* | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary |  jfb | 2005-05-24 | 1 | -18/+24 |
* | correct wrong error code usage. |  joris | 2005-05-20 | 1 | -5/+7 |
* | execute the command callback at the same time we are building |  joris | 2005-05-20 | 1 | -5/+27 |
* | don't send a Modified request and the file its contents when |  joris | 2005-04-24 | 1 | -1/+8 |
* | add missing CVS_CMD_ALLOWSPEC flag |  joris | 2005-04-24 | 1 | -2/+2 |