Merge branch 'stable'

このコミットが含まれているのは:
Lars Hjemli 2012-01-03 21:19:29 +00:00
コミット 1de3048d08

ファイルの表示

@ -619,7 +619,7 @@ void cgit_print_docstart(struct cgit_context *ctx)
html_attr(ctx->cfg.favicon);
html("'/>\n");
}
if (host && ctx->repo) {
if (host && ctx->repo && ctx->qry.head) {
html("<link rel='alternate' title='Atom feed' href='");
html(cgit_httpscheme());
html_attr(cgit_hosturl());