diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-13 02:08:04 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-13 02:08:04 +0000 |
commit | 09902169560ec64800c5622d87fd2d85c246fc93 (patch) | |
tree | 02c773c722772c6184559c53945b81656b57a612 /doc | |
parent | 46308ef825f568a8ca988436fa4022e3949ccabf (diff) |
- add --exclude
- move all the config vars into %config
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo.mdwn | 13 | ||||
-rw-r--r-- | doc/usage.mdwn | 7 |
2 files changed, 18 insertions, 2 deletions
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 <joey@kitenet.net>
\ No newline at end of file +Joey Hess <joey@kitenet.net> |