示例#1
0
文件: cmd.c 项目: p00ya/cgit
static void snapshot_fn(struct cgit_context *ctx)
{
	cgit_print_snapshot(ctx->qry.head, ctx->qry.sha1, ctx->qry.path,
			    ctx->repo->snapshots, ctx->qry.nohead);
}
示例#2
0
文件: cmd.c 项目: cesarmarinhorj/cgit
static void snapshot_fn(void)
{
	cgit_print_snapshot(ctx.qry.head, ctx.qry.sha1, ctx.qry.path,
			    ctx.qry.nohead);
}