aboutsummaryrefslogtreecommitdiffstats
path: root/ui-view.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli2007-06-161-55/+0
| | | | | | This teaches ui-tree to show both trees and blobs, thereby making ui-view superfluous. At the same time, ui-tree is extended to honour the specified path instead of requiering a tree/blob sha1.
* Use & instead of & in URLs.Ondrej Jirman2007-05-311-1/+1
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Add support for downloading single blobsLars Hjemli2007-05-091-0/+7
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* ui-view: show pathname if specified in querystringLars Hjemli2007-05-081-3/+8
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Update to libgit 1.5.2-rc2Lars Hjemli2007-05-081-6/+8
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Layout updateLars Hjemli2007-02-211-1/+0
|
* Cleanup table listingsLars Hjemli2007-01-281-1/+1
| | | | | | Make the output for <table class='list'> a bit nicer Signed-off-by: Lars Hjemli <larsh@slaptop.hjemli.net>
* Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-161-1/+1
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Small layout adjustments to summary and blob viewLars Hjemli2006-12-131-4/+6
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Add display of tree content w/ui-tree.cLars Hjemli2006-12-131-1/+1
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Move functions for generic object output into ui-view.cLars Hjemli2006-12-111-0/+40
Signed-off-by: Lars Hjemli <hjemli@gmail.com>