]> gitweb.ps.run Git - ps-cgit/commit
Implement plain view
authorLars Hjemli <hjemli@gmail.com>
Wed, 6 Aug 2008 08:53:50 +0000 (10:53 +0200)
committerLars Hjemli <hjemli@gmail.com>
Wed, 6 Aug 2008 09:21:30 +0000 (11:21 +0200)
commite5da4bca54574522b28f88cab0dc8ebad9e35a73
tree08e02b9e0962a12040faab27e7841a74a800ddf2
parent02a545e63454530c1639014d3239c14ced2022c6
Implement plain view

This implements a way to access plain blobs by path (similar to the
tree view) instead of by sha1.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Makefile
cgit.c
cgit.h
cmd.c
html.c
html.h
ui-plain.c [new file with mode: 0644]
ui-plain.h [new file with mode: 0644]
ui-shared.c