Age | Commit message (Expand) | Author |
2008-02-09 | simplify some stuff; | Joris Vink |
2008-02-09 | spacing police | Joris Vink |
2008-02-04 | r* commands have their own usage; don't check usage of their working dir | Tobias Stoeckmann |
2008-01-31 | Zap trailing whitespaces. | Xavier Santolaria |
2008-01-31 | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states | Tobias Stoeckmann |
2008-01-28 | Properly handle -R -- although it is default, it may be overwritten mit -l | Tobias Stoeckmann |
2008-01-10 | Synced rlog's usage checks and with rtag. Also unbreaks rtag and rlog with | Tobias Stoeckmann |
2008-01-10 | Added support for rtag in local and remote setups (with interoperability | Tobias Stoeckmann |
2008-01-10 | Slap in -b support for tag command. It was missing for a full regress test | Tobias Stoeckmann |
2007-11-17 | Convert file_rcsrev earlier into a string, else revbuf can be printed | Tobias Stoeckmann |
2007-06-28 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
2007-06-18 | first stab at history stuff for opencvs, currently only writes | Joris Vink |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-02-09 | remove the cvs_file_classify() `loud' argument, it was used | Joris Vink |
2007-01-11 | in a remote setup: | Joris Vink |
2006-11-09 | add support for -c (Check that working files are not modified). | Xavier Santolaria |
2006-11-09 | fix pasto.. | Xavier Santolaria |
2006-11-09 | remote tag command support joins the party! | Xavier Santolaria |
2006-07-02 | for cvs tag, tag all files in the local directory if no file argument | Reyk Floeter |
2006-06-19 | kill local and remote callback and just have one called fileproc. | Joris Vink |
2006-06-16 | in preparation for the new remote code, proto.h becomes obsolete. | Joris Vink |
2006-06-09 | handle `cvs tag -F'; input && OK joris@. | Xavier Santolaria |
2006-06-07 | bring back tag command; basic tag addition/deletion available. OK joris@. | Xavier Santolaria |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-04-14 | remove a metric buttload of excessive () | Theo de Raadt |
2006-04-12 | missing break; "Yeah, obvious" ray@. | Xavier Santolaria |
2006-03-08 | spacing | Theo de Raadt |
2006-02-06 | - use biwise flags | Xavier Santolaria |
2006-02-01 | allow tag deletion with -d option; OK niallo@. | Xavier Santolaria |
2006-01-27 | CVS_EX_BADROOT return code is not worth keeping; | Xavier Santolaria |
2006-01-27 | use fatal(); | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-30 | major cleanup of the functions handling the remote cvs protocol. | Joris Vink |
2005-12-22 | cvs_rcs_getpath() cannot fail anymore; | Xavier Santolaria |
2005-09-27 | add some file status checks in local setup; | Xavier Santolaria |
2005-09-26 | some more style nits and bits; | Xavier Santolaria |
2005-09-26 | style; | Xavier Santolaria |
2005-08-08 | add rtag command aliases; | Xavier Santolaria |
2005-07-27 | use LP_NOTICE instead of LP_INFO where appropriate; | Xavier Santolaria |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-24 | do not use `if (!var)' unless it's boolean, better use an == check; | Xavier Santolaria |
2005-07-18 | be consistent w/ warning messages (and handle -Q); | Xavier Santolaria |
2005-07-14 | use cvs_rcs_getpath(); | Xavier Santolaria |
2005-07-11 | fix another case where a message shouldnt be printed if -Q is specified; | Xavier Santolaria |
2005-07-11 | display info message only if -q is not specified. | Xavier Santolaria |
2005-07-07 | remove trailing whitespaces | Joris Vink |
2005-06-28 | - add `rtag' command usage | Xavier Santolaria |
2005-05-31 | remove LP_ERROR log priority level and rather use LP_ERR as they are both | Xavier Santolaria |
2005-05-29 | consistency in error messages ... | Xavier Santolaria |
2005-05-24 | cvs_noexec checks; ok joris@ | Xavier Santolaria |