Age | Commit message (Expand) | Author |
2006-07-03 | -p implies -n... | Xavier Santolaria |
2006-07-02 | for cvs tag, tag all files in the local directory if no file argument | Reyk Floeter |
2006-07-02 | - abort the commit when files are not correctly up to date. | Joris Vink |
2006-07-01 | to be correct, cvs update -p is the "print" and not the "dump" flag. | Reyk Floeter |
2006-07-01 | implement the -p (dump) flag for cvs update | Reyk Floeter |
2006-07-01 | fix a possible bug of pathname concatenation when adding subdirectories. | Reyk Floeter |
2006-07-01 | Indentation. | Ray Lai |
2006-06-29 | it is a really good idea to store the result cvs_buf_load_fd returns | Joris Vink |
2006-06-28 | use quiet mode (-q) by default and add a flag -V for the old "verbose" | Reyk Floeter |
2006-06-28 | print less verbose messages for cvs commit and add if the -q/-Q flag | Reyk Floeter |
2006-06-28 | do not fail when we are trying to commit a newly added file when the CVS/*,t | Joris Vink |
2006-06-19 | kill local and remote callback and just have one called fileproc. | Joris Vink |
2006-06-16 | change a cvs_buf_load() to cvs_buf_load_fd() | Joris Vink |
2006-06-16 | in preparation for the new remote code, proto.h becomes obsolete. | Joris Vink |
2006-06-16 | add support for -d; OK joris@. | Xavier Santolaria |
2006-06-14 | simplify cvs_hack_time() and the way it is called; | Joris Vink |
2006-06-14 | useless casts are so the 80s | Joris Vink |
2006-06-14 | i mixed up the offset and whence variables for lseek(2) | Joris Vink |
2006-06-14 | handle existing CVS/Tag file when adding new directories. OK joris@. | Xavier Santolaria |
2006-06-14 | add cvs_buf_load_fd() which does the same as cvs_buf_load() | Joris Vink |
2006-06-14 | zap myuid variable, it is not used for anything usefull. | Joris Vink |
2006-06-13 | be more accurate in describing what happened | Joris Vink |
2006-06-13 | better usage | Joris Vink |
2006-06-13 | files that are not checked out are not up-to-date, consider | Joris Vink |
2006-06-12 | bring back a working version of the `cvs init' command. OK joris@. | Xavier Santolaria |
2006-06-11 | remove unused variable | Joris Vink |
2006-06-09 | handle `cvs tag -F'; input && OK joris@. | Xavier Santolaria |
2006-06-07 | a bug in cvs_mkpath() prevented to create the CVS admin directory and | Reyk Floeter |
2006-06-07 | bring back tag command; basic tag addition/deletion available. OK joris@. | Xavier Santolaria |
2006-06-07 | bring back -v support; OK joris@. | Xavier Santolaria |
2006-06-07 | add support for <name>,t file: | Xavier Santolaria |
2006-06-06 | more bits for the export command to work correctly. OK joris@. | Xavier Santolaria |
2006-06-06 | hello commit -F support | Joris Vink |
2006-06-06 | add support for the -D option of update, | Joris Vink |
2006-06-05 | allow the re-adding of files with previous revisions | Joris Vink |
2006-06-04 | sync exit status bits with reality. | Xavier Santolaria |
2006-06-04 | fix output if file is lost, unknown, or in the Attic; OK joris@. | Xavier Santolaria |
2006-06-04 | lets not stop looking for a branch if the first one | Joris Vink |
2006-06-04 | sprinkle -n voodoo over the add, commit and import commands. | Joris Vink |
2006-06-03 | add support for update -A and update -r<rev>. | Joris Vink |
2006-06-02 | various spelling fixes | David Krause |
2006-06-01 | fix output | Joris Vink |
2006-06-01 | import work on existing repos: | Joris Vink |
2006-06-01 | major rewrite of some rcs parsing stuff: | Joris Vink |
2006-05-31 | when adding a new file that already exists set the previous | Joris Vink |
2006-05-31 | add support for the export command. | Joris Vink |
2006-05-31 | support -p flag for diff, makes dlg@ feel all warm | Joris Vink |
2006-05-31 | have rcs_translate_tag translate branches too, which | Joris Vink |
2006-05-31 | be smarter when comparing 2 revisions to each other. | Joris Vink |
2006-05-31 | set diff_rev2 to file_rcsrev when we are using | Joris Vink |