summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2006-05-28Fix engrish, okay joris@Pedro Martelletto
2006-05-28add a way to look if a buffer differs from another oneJoris Vink
2006-05-28make it look a little less chaotic.Joris Vink
2006-05-28teach log how to handle the revisions passed on the command line.Joris Vink
2006-05-28add code which allows us to select revisions based uponJoris Vink
2006-05-28add basic 'cvs log' support.Joris Vink
2006-05-28our add command can now add directories to the repository as well.Joris Vink
2006-05-28several fixes to the file api:Joris Vink
2006-05-28teach opencvs about the dlimit keyword in CVSROOT/config.Joris Vink
2006-05-28enable basic add command, only works on files right now.Joris Vink
2006-05-28add rf_dead field to RCSFILE which can tell usJoris Vink
2006-05-28if we run into a file that was suppose to be a directoryJoris 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-27do not close the same entries list twice, this caused a double free;Joris Vink
2006-05-27and now you can use -N to diff removed files tooJoris Vink
2006-05-27handle comments and leading spaces correctlyJoris Vink
2006-05-27allow diff to pick up newly added files with the -N flag.Joris Vink
2006-05-27more standard ignore patternJoris Vink
2006-05-27lets be nice and abort cvs when we find out there isJoris Vink
2006-05-27basic support for CVSROOT/config - only supporting the 'tag' andJoris Vink
2006-05-27dont forget to expand any keywords before diffing stuff,Joris Vink
2006-05-27boogie cvs_yesno() down the removal hatch, it is not used.Joris Vink
2006-05-27support the -d flag for update.Joris Vink
2006-05-27update needs the CR_REPO flag to, otherwise it will forgetJoris Vink
2006-05-27show which directory we are examining in our pre-commit checks.Joris Vink
2006-05-27remove debug outputJoris 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
2006-05-27use RCS_STATE_DEAD instead of plain old 'dead' when checkingJoris Vink
2006-05-27correctly expand keywords when checking out filesJoris Vink
2006-05-27pruning (-P) support for both the update and checkout commands;Joris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-05-03Use xasprintf and xfree.Ray Lai
2006-05-01- fix a case in rcs_getrev() handling of branches where variant was not beingNiall O'Higgins
2006-04-29Remove dead code.Ray Lai
2006-04-27document revisions and state; ok xsaJason McIntyre
2006-04-25check rcs_head_set() return value.Xavier Santolaria
2006-04-20change cvs_log() and cvs_vlog() return type to void; OK niallo@.Xavier Santolaria
2006-04-19keyword section is in rcs(1) now;Jason McIntyre
2006-04-19move the keyword substitution section from cvs(1) to rcs(1):Jason McIntyre
2006-04-17Remove 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 avoidsNiall O'Higgins
2006-04-14spacingTheo de Raadt
2006-04-14more nasty spaces go bye byeTheo de Raadt
2006-04-14remove a metric buttload of excessive ()Theo de Raadt
2006-04-13Change rcs_parse_init() to return void, since it always returned 0.Ray Lai