Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ui-plain: handle subdirectories | Lars Hjemli | 2008-09-02 | 1 | -4/+1 |
| | | | | | | | | | | The callback from read_tree_recursive just needs to check the type of each tree entry; if it's a dir we want to continue scanning, if it's a regular file we'll assume it's the one we requested. And while at it, remove some stray fprintfs. Signed-off-by: Lars Hjemli <hjemli@gmail.com> | ||||
* | Supply status description to html_status() | Lars Hjemli | 2008-08-06 | 1 | -5/+5 |
| | | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com> | ||||
* | Implement plain view | Lars Hjemli | 2008-08-06 | 1 | -0/+82 |
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> |