Return http statuscode 404 on unknown branch

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
このコミットが含まれているのは:
Lars Hjemli
2009-06-07 20:43:08 +02:00
コミット e429fb0cca
3個のファイルの変更6行の追加0行の削除

2
cgit.h
ファイルの表示

@ -181,6 +181,8 @@ struct cgit_page {
char *charset;
char *filename;
char *title;
int status;
char *statusmsg;
};
struct cgit_context {