mirror of
https://git.zx2c4.com/cgit
synced 2025-08-31 22:35:08 +00:00
Merge branch 'lh/panel'
This commit is contained in:
2
cmd.c
2
cmd.c
@@ -56,7 +56,7 @@ static void commit_fn(struct cgit_context *ctx)
|
||||
|
||||
static void diff_fn(struct cgit_context *ctx)
|
||||
{
|
||||
cgit_print_diff(ctx->qry.sha1, ctx->qry.sha2, ctx->qry.path);
|
||||
cgit_print_diff(ctx->qry.sha1, ctx->qry.sha2, ctx->qry.path, 1);
|
||||
}
|
||||
|
||||
static void info_fn(struct cgit_context *ctx)
|
||||
|
Reference in New Issue
Block a user