Age | Commit message (Expand) | Author |
2006-05-28 | Fix engrish, okay joris@ | Pedro Martelletto |
2006-05-28 | add a way to look if a buffer differs from another one | Joris Vink |
2006-05-28 | make it look a little less chaotic. | Joris Vink |
2006-05-28 | teach log how to handle the revisions passed on the command line. | Joris Vink |
2006-05-28 | add code which allows us to select revisions based upon | Joris Vink |
2006-05-28 | add basic 'cvs log' support. | Joris Vink |
2006-05-28 | our add command can now add directories to the repository as well. | Joris Vink |
2006-05-28 | several fixes to the file api: | Joris Vink |
2006-05-28 | teach opencvs about the dlimit keyword in CVSROOT/config. | Joris Vink |
2006-05-28 | enable basic add command, only works on files right now. | Joris Vink |
2006-05-28 | add rf_dead field to RCSFILE which can tell us | Joris Vink |
2006-05-28 | if we run into a file that was suppose to be a directory | Joris Vink |
2006-05-28 | allow commands to shut up the output from cvs_file_classify | Joris Vink |
2006-05-28 | teach opencvs ci how to commit files that have been added, | Joris Vink |
2006-05-28 | enable merging on update. if your file in your working copy | Joris Vink |
2006-05-27 | do not close the same entries list twice, this caused a double free; | Joris Vink |
2006-05-27 | and now you can use -N to diff removed files too | Joris Vink |
2006-05-27 | handle comments and leading spaces correctly | Joris Vink |
2006-05-27 | allow diff to pick up newly added files with the -N flag. | Joris Vink |
2006-05-27 | more standard ignore pattern | Joris Vink |
2006-05-27 | lets be nice and abort cvs when we find out there is | Joris Vink |
2006-05-27 | basic support for CVSROOT/config - only supporting the 'tag' and | Joris Vink |
2006-05-27 | dont forget to expand any keywords before diffing stuff, | Joris Vink |
2006-05-27 | boogie cvs_yesno() down the removal hatch, it is not used. | Joris Vink |
2006-05-27 | support the -d flag for update. | Joris Vink |
2006-05-27 | update needs the CR_REPO flag to, otherwise it will forget | Joris Vink |
2006-05-27 | show which directory we are examining in our pre-commit checks. | Joris Vink |
2006-05-27 | remove debug output | Joris Vink |
2006-05-27 | allow commands to respect the -l flag, if the -l flag is | Joris Vink |
2006-05-27 | dont allow commit to continue if the file that is being | Joris Vink |
2006-05-27 | commiting removed files now works | Joris Vink |
2006-05-27 | use RCS_STATE_DEAD instead of plain old 'dead' when checking | Joris Vink |
2006-05-27 | correctly expand keywords when checking out files | Joris Vink |
2006-05-27 | pruning (-P) support for both the update and checkout commands; | Joris Vink |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-05-03 | Use xasprintf and xfree. | Ray Lai |
2006-05-01 | - fix a case in rcs_getrev() handling of branches where variant was not being | Niall O'Higgins |
2006-04-29 | Remove dead code. | Ray Lai |
2006-04-27 | document revisions and state; ok xsa | Jason McIntyre |
2006-04-25 | check rcs_head_set() return value. | Xavier Santolaria |
2006-04-20 | change cvs_log() and cvs_vlog() return type to void; OK niallo@. | Xavier Santolaria |
2006-04-19 | keyword section is in rcs(1) now; | Jason McIntyre |
2006-04-19 | move the keyword substitution section from cvs(1) to rcs(1): | Jason McIntyre |
2006-04-17 | Remove unused variable. | Ray Lai |
2006-04-14 | - don't append the extension if it's already there (PR 5076). | Joris Vink |
2006-04-14 | - swap a hack for a slightly nicer hack using a global variable. this avoids | Niall O'Higgins |
2006-04-14 | spacing | Theo de Raadt |
2006-04-14 | more nasty spaces go bye bye | Theo de Raadt |
2006-04-14 | remove a metric buttload of excessive () | Theo de Raadt |
2006-04-13 | Change rcs_parse_init() to return void, since it always returned 0. | Ray Lai |