mirror of
https://git.zx2c4.com/cgit
synced 2025-06-27 03:59:01 +02:00
Merge branch 'lh/panel'
This commit is contained in:
commit
2ffeecb7a6
8 changed files with 124 additions and 62 deletions
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue