aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/cvs.pm
Commit message (Expand)AuthorAge
* Group related plugins into sections in the setup file, and drop unused rcs pl...Joey Hess2010-02-11
* avoid tempfile warningJoey Hess2009-09-13
* Whoops, copyright 2009. /usr/bin/perl for the interpreter like other plugins.Amitai Schlair2009-09-11
* Merge commit 'schmonz/master'Joey Hess2009-09-10
|\
| * Add NetBSD-style 2-clause BSD license.Amitai Schlair2009-09-10
* | formattingJoey Hess2009-09-10
* | minor simplificationJoey Hess2009-09-10
* | Merge commit 'schmonz/master' into cvsJoey Hess2009-09-10
|\|
| * Catch up to the new genwrapper hook.Amitai Schlair2009-09-10
* | Merge commit 'schmonz/master' into cvsJoey Hess2009-09-10
|\|
| * CVS operations generally need to be within CVS checkouts, so these chdir()Amitai Schlair2009-09-10
| * Abstract out CVS's involvement in the wrapper:Amitai Schlair2009-09-09
* | Merge commit 'schmonz/master' into cvsJoey Hess2009-09-04
|\|
| * It's STDOUT we have to shut up for cvs, and $savedout has to beAmitai Schlair2009-09-04
| * Stop using IPC::Cmd and String::ShellQuote, since quoting (andAmitai Schlair2009-09-04
* | minor formattingJoey Hess2009-09-02
|/
* whitespaceAmitai Schlair2009-08-30
* On some systems the commit message gets quoted properly already. Don'tAmitai Schlair2009-08-30
* Fix uninitialized value when editing a page being vivified from theAmitai Schlair2009-08-30
* Remove debug statement.Amitai Schlair2009-08-30
* Knock off another to-do item: "Don't slurp the entire cvsps outputAmitai Schlair2009-08-30
* Knock off a to-do item: "If the argument to cvs add smells like aAmitai Schlair2009-08-30
* Remove getopt() hook (it's a dead end, unsafe to pass wrapper args toAmitai Schlair2009-08-29
* Oops, use the more recent (and less brittle) directory test.Amitai Schlair2009-08-22
* Pass along wrapper args to ikiwiki, then handle the "cvs add dir"Amitai Schlair2009-08-22
* Add my CVS plugin and related patches.Amitai Schlair2009-08-13