commit | 6c1a7364557b5a19ecef3079e9bdad5c1acb3cb1 | [log] [tgz] |
---|---|---|
author | Mark Lodato <lodatom@gmail.com> | Sun Jan 31 14:25:03 2010 -0500 |
committer | Mark Lodato <lodatom@gmail.com> | Sun Jan 31 17:10:00 2010 -0500 |
tree | f26eb786154d85d218ad37bc5b27ec9927df181c | |
parent | 74ebf82229829bbdbe74a4d9a7b6f29d2889dfc8 [diff] |
ui-plain: print directory listings When a user requests a plain view of a tree (as opposed to a blob), print out a directory listing rather than giving a 404 Not Found. Also, fix a segfault when ctx->qry.path is NULL - i.e, when /plain is requested without a path. Signed-off-by: Mark Lodato <lodatom@gmail.com>