diff options
author | JoeRayhawk <JoeRayhawk@web> | 2010-11-07 04:37:14 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-07 04:37:14 +0000 |
commit | 408af2bb9e10d2ed899e17f9814a5514c0254dc8 (patch) | |
tree | 9475319563bb344c96e8c878fa3e1efc4ec816c3 /doc/plugins | |
parent | cbcd9077ad5fbef8c0622ea9c78a66c9baece804 (diff) |
A wish for a noninvasive autoindex.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/autoindex/discussion.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/plugins/autoindex/discussion.mdwn b/doc/plugins/autoindex/discussion.mdwn index 2d6b6f1f0..a48fe9df1 100644 --- a/doc/plugins/autoindex/discussion.mdwn +++ b/doc/plugins/autoindex/discussion.mdwn @@ -61,3 +61,15 @@ If you just don't want to clutter your git repo, below it's a patch does the fol Warning: I guess this patch may work, but I *haven't tested it yet*. -- [[weakish]] + +------ + +`autoindex_commit => 0` would be nice, but uncommited files are definitely not. +<pre> +remote: From /srv/git/test3 +remote: 3047077..1df636c master -> origin/master +remote: error: Untracked working tree file 'test.mdwn' would be overwritten by merge. Aborting +remote: 'git pull --prune origin' failed: at /usr/share/perl5/IkiWiki/Plugin/git.pm line 201. +</pre> + +It'd be nice if we were able to notice directories with no associated compilable markup files and compile a simple map directive straight to HTML without any intermediate markup file being involved at all. -- JoeRayhawk |