From 09902169560ec64800c5622d87fd2d85c246fc93 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 13 Mar 2006 02:08:04 +0000 Subject: - add --exclude - move all the config vars into %config --- doc/todo.mdwn | 13 ++++++++++++- doc/usage.mdwn | 7 ++++++- 2 files changed, 18 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/todo.mdwn b/doc/todo.mdwn index 4d82be982..98b98e3f2 100644 --- a/doc/todo.mdwn +++ b/doc/todo.mdwn @@ -21,7 +21,8 @@ is built. (As long as all changes to all pages is ok.) ## docs -Need to document all the command line switches in a man page and somehow on this wiki too. Can markdown generate a man page somehow? +Need to turn [[usage]] into a man page. +this wiki too. Can markdown generate a man page somehow? ## pluggable renderers @@ -61,4 +62,14 @@ and that includes the date. What syntax do other wikis use for this? I'm considering "[[ -- ]]" (with spaces removed) as it has a nice nmemonic. +## recentchanges links to commit diffs + +Would take a bit more viewcvs integration, let the be a "[diff]" link in +recentchanges that goes to the diff for any listed change. + +## recentchanges more than 100 + +Possibly add "next 100" link to it, but OTOH, you can just use svn log if +you need that data.. + ## [[Bugs]] diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 693c4659a..8f57a1593 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -66,6 +66,11 @@ Note that most options can be shortened to single letters, and boolean flags suc Specifies the url to link to for page history browsing. In the url, "[[]]" is replaced with the page to browse. It's common to use [[ViewCVS]] for this. +* --exclude regexp + + Specifies a rexexp of source files to exclude from processing. + May be specified multiple times to add to exclude list. + # AUTHOR -Joey Hess \ No newline at end of file +Joey Hess -- cgit v1.2.3