- cgit_print_snapshot(ctx->qry.head, ctx->qry.sha1,
- cgit_repobasename(ctx->repo->url), ctx->qry.path,
- ctx->repo->snapshots);
+ cgit_print_snapshot(ctx->qry.head, ctx->qry.sha1, ctx->qry.path,
+ ctx->repo->snapshots, ctx->qry.nohead);
+}
+
+static void stats_fn(struct cgit_context *ctx)
+{
+ cgit_show_stats(ctx);