Age | Commit message (Expand) | Author |
2006-05-31 | dont check for FILE_UNKNOWN twice, | Joris Vink |
2006-05-31 | allow commit to ressurect added files that exist in Attic/ | Joris Vink |
2006-05-30 | fix diff -rrevision usage | Joris Vink |
2006-05-30 | only look into the Attic for certain commands | Joris Vink |
2006-05-30 | correctly handle unknown file in remove | Joris Vink |
2006-05-30 | ugh forgot to change cvs_file_classify here too. | Joris Vink |
2006-05-30 | change cvs_file_classify here to, forgot to commit this | Joris Vink |
2006-05-30 | fill in the correct revision number we will want in file_rcsrev | Joris Vink |
2006-05-30 | prettier output when removing files; | Joris Vink |
2006-05-30 | make sure cvs_get_repository_path returns a valid repo name | Joris Vink |
2006-05-30 | look inside the Attic if a specified RCS file cannot be found | Joris Vink |
2006-05-30 | handle lost files, modified files and files with conflicts; OK joris@. | Xavier Santolaria |
2006-05-30 | handle special files when doing `cvs add *'; input+OK joris@. | Xavier Santolaria |
2006-05-30 | handle -q for Sticky Options and Sticky Tags output; OK joris@. | Xavier Santolaria |
2006-05-30 | handle removed files; OK joris@. | Xavier Santolaria |
2006-05-30 | hello import, only works for non-existing repositories right now, | Joris Vink |
2006-05-30 | nuke cvs_repo_base variable | Joris Vink |
2006-05-30 | add CVS_PATH_ATTIC to cvs.h - this shouldve been commited | Joris Vink |
2006-05-30 | the moment we are done commiting a removed file, move the RCS file | Joris Vink |
2006-05-29 | add trace messages for debugging purpose | Joris Vink |
2006-05-29 | fix option string | Joris Vink |
2006-05-29 | Factor out common code for zlib's inflate and deflate operations; ok joris@ xsa@ | Patrick Latifi |
2006-05-29 | fix pasto | Xavier Santolaria |
2006-05-29 | make diff accept symbols for -r too now that we have | Joris Vink |
2006-05-29 | make the log command use rcs_translate_tag | Joris Vink |
2006-05-29 | add rcs_translate_tag which will translate a specified | Joris Vink |
2006-05-29 | i forgot to handle directories inside the 'log' code, | Joris Vink |
2006-05-29 | add needs to be passed arguments on the command line, and | Joris Vink |
2006-05-29 | i was wrong adding ".*" to the default ignore patterns, | Joris Vink |
2006-05-29 | remove likes some CR_RECURSE_DIRS luvin' too. | Joris Vink |
2006-05-29 | add remove support, hacked by xsa@ but lots of modifications | Joris Vink |
2006-05-29 | if the timestamp of the file has changed and | Joris Vink |
2006-05-29 | unused var | Joris Vink |
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 |