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

This allows us to return a proper HTTP status code when an object is not
found by switching from cgit_print_error() to cgit_print_error_page().

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