summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/trigger.c
AgeCommit message (Expand)Author
2008-08-29Support for variable expansion in trigger files added.Tobias Stoeckmann
2008-08-29If parsing of a command in one of the trigger files fails, treat this as anTobias Stoeckmann
2008-06-17Plug memory and file descriptor leaks, diff by Jonathan Armani.Tobias Stoeckmann
2008-06-17Regular expressions to match repository are allowed to have % in front.Tobias Stoeckmann
2008-06-11spacingJoris Vink
2008-06-10files that have been removed should be passing "NONE" to scriptsJoris Vink
2008-06-10We have a cvs_buf_puts implementation now, also use cvs_buf_putc insteadTobias Stoeckmann
2008-06-10If we encounter an error during expanding line of a trigger file, print anTobias Stoeckmann
2008-06-10append "- Imported sources" for imports.Joris Vink
2008-06-10newly added directories need "- New directory" to be passed to theJoris Vink
2008-06-10pass the basename(3) for file_path to the script, so we do not getJoris Vink
2008-06-10newly added files should pass "NONE" for their initial revision, unbreaksJoris Vink
2008-06-10loginfo allows 't' as well - unbreaks certain loginfo scripts.Joris Vink
2008-06-10missing headerJoris Vink
2008-06-10styleJoris Vink
2008-06-10New trigger framework that allows us to run the required scriptsJoris Vink