Age | Commit message (Expand) | Author |
2008-06-11 | ofd is being closed in cvs_file_free(), no need to close it ourselfs | Joris Vink |
2008-06-11 | GNU cvs "compresses" CVSROOT/history by shrinking entry for working dir | Tobias Stoeckmann |
2008-06-10 | make opencvs behave exactly like GNU cvs does when it comes to | Joris Vink |
2008-06-10 | properly inherit file permissions. | Joris Vink |
2008-06-10 | set tag_new if its available so it can get passed to loginfo | Joris Vink |
2008-06-10 | Omit "cannot find file" on server-side if client runs "diff" on an up-to-date | Tobias Stoeckmann |
2008-06-10 | Added support for tag and date in cvs_history_add for checkout/export. | Tobias Stoeckmann |
2008-06-10 | more characters are allowed in the symbol lists, found by tobias@ | Joris Vink |
2008-06-10 | If cvs_history_add has been called for a specific file, repo must be built | Tobias Stoeckmann |
2008-06-10 | style, also don't use cvs_buf_* if it is realy not worth the effort. | Tobias Stoeckmann |
2008-06-10 | switch back to a single log message in local mode so we are compliant | Joris Vink |
2008-06-10 | files that have been removed should be passing "NONE" to scripts | Joris Vink |
2008-06-10 | spacing. | Xavier Santolaria |
2008-06-10 | We have a cvs_buf_puts implementation now, also use cvs_buf_putc instead | Tobias Stoeckmann |
2008-06-10 | If we encounter an error during expanding line of a trigger file, print an | Tobias Stoeckmann |
2008-06-10 | append "- Imported sources" for imports. | Joris Vink |
2008-06-10 | newly added directories need "- New directory" to be passed to the | Joris Vink |
2008-06-10 | pass the basename(3) for file_path to the script, so we do not get | Joris Vink |
2008-06-10 | newly added files should pass "NONE" for their initial revision, unbreaks | Joris Vink |
2008-06-10 | loginfo allows 't' as well - unbreaks certain loginfo scripts. | Joris Vink |
2008-06-10 | Don't spawn editor for log message on server-side if no log message has | Tobias Stoeckmann |
2008-06-10 | missing header | Joris Vink |
2008-06-10 | style | Joris Vink |
2008-06-10 | New trigger framework that allows us to run the required scripts | Joris Vink |
2008-06-09 | unused var | Joris Vink |
2008-06-09 | log already gets it FILE_UNKNOWN warning spewed out from cvs_file_classify, | Joris Vink |
2008-06-09 | Properly handle merged files and conflicts which may arrise while merge. | Tobias Stoeckmann |
2008-06-09 | Stop fooling ourselfs by freeing cvs_directory_tag at the wrong position: | Tobias Stoeckmann |
2008-06-09 | Check if RCS file exists before trying to retrieve revisions for annotate, | Tobias Stoeckmann |
2008-06-08 | simplification from igor | Joris Vink |
2008-06-08 | Handle commits on a per-directory basis instead handling all of them at | Tobias Stoeckmann |
2008-06-08 | kill debug printf | Joris Vink |
2008-06-08 | properly handle FILE_UPTODATE and FILE_LOST | Joris Vink |
2008-06-08 | check for file_rcs being NULL | Joris Vink |
2008-06-08 | Don't check a file for conflict markers if it has no CVS/Entries entry. | Tobias Stoeckmann |
2008-06-08 | there are more cases where we cannot show the tags when -v is specified. | Joris Vink |
2008-06-08 | do not segfault when running status -v on non existing files. | Joris Vink |
2008-06-08 | rcs_translate_tag mustn't fatal() if it cannot resolve a tag. Breaks '-f' | Tobias Stoeckmann |
2008-06-08 | allow for multiple release tags, noticed by tobias@ | Joris Vink |
2008-06-08 | Removed unreachable code. | Tobias Stoeckmann |
2008-06-08 | properly check the passed tags if they are valid before attempting | Joris Vink |
2008-06-08 | Avoid memory leaks in directory tag handling by always allocating and | Tobias Stoeckmann |
2008-06-08 | Properly build up path to description files (descr entry in RCS files if | Tobias Stoeckmann |
2008-06-08 | There is no need to convert RCSNUMs to char just to see if they differ. | Tobias Stoeckmann |
2008-05-30 | Keyword expansion must not be set if no RCS file is available, for example | Tobias Stoeckmann |
2008-05-30 | Set up cmdp before first possible call of fatal to avoid NULL pointer | Tobias Stoeckmann |
2008-05-30 | diff -D support, also a change in diff_internals to properly print | Tobias Stoeckmann |
2008-05-30 | Major rework of our cvs diff implementation fixes tons of GNU cvs | Tobias Stoeckmann |
2008-05-28 | Don't limit ourselfs when it comes to arguments on command line or | Tobias Stoeckmann |
2008-05-23 | Properly pass the directory tag of parent directory into new subdirectories. | Tobias Stoeckmann |