X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/fb2f3f6c29bad733723152893c5246a756e4cada..7e5c048505efe1902fb476cc2cb3160ff7df013d:/cmd.c diff --git a/cmd.c b/cmd.c index 763a558..cf97da7 100644 --- a/cmd.c +++ b/cmd.c @@ -105,8 +105,7 @@ static void refs_fn(struct cgit_context *ctx) static void snapshot_fn(struct cgit_context *ctx) { - cgit_print_snapshot(ctx->qry.head, ctx->qry.sha1, - cgit_repobasename(ctx->repo->url), ctx->qry.path, + cgit_print_snapshot(ctx->qry.head, ctx->qry.sha1, ctx->qry.path, ctx->repo->snapshots, ctx->qry.nohead); }