]> granicus.if.org Git - cgit/commit
ui-plain: print directory listings
authorMark Lodato <lodatom@gmail.com>
Sun, 31 Jan 2010 19:25:03 +0000 (14:25 -0500)
committerMark Lodato <lodatom@gmail.com>
Sun, 31 Jan 2010 22:10:00 +0000 (17:10 -0500)
commit6c1a7364557b5a19ecef3079e9bdad5c1acb3cb1
treef26eb786154d85d218ad37bc5b27ec9927df181c
parent74ebf82229829bbdbe74a4d9a7b6f29d2889dfc8
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>
ui-plain.c