]> granicus.if.org Git - cgit/commit
tree: move layout into page function
authorJohn Keeping <john@keeping.me.uk>
Fri, 14 Aug 2015 11:47:20 +0000 (12:47 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 14 Aug 2015 13:46:51 +0000 (15:46 +0200)
commit9c70c0bfdb71b39f6bae6e0c77bbe40b22d64ff5
tree58bdde199abc58de3adde3d24ea47acd93bd577a
parent696a33b66f8638d5c3e0464d66760c6d60ff24a5
tree: move layout into page function

This also allows us to return proper HTTP error codes when the requested
tree is not found and display an error message in one case (invalid path
inside valid commit) where we previously just displayed an empty page.

Signed-off-by: John Keeping <john@keeping.me.uk>
cmd.c
ui-tree.c