mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 17:44:27 +02:00
ui-log: show ellipsis if detailed commit message is available
The existence of a detailed commit message may be of interst even if only the subject is shown by default. Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
parent
7bb1dab618
commit
013c77a020
2 changed files with 11 additions and 0 deletions
2
ui-log.c
2
ui-log.c
|
@ -243,6 +243,8 @@ static void print_commit(struct commit *commit, struct rev_info *revs)
|
|||
}
|
||||
cgit_commit_link(info->subject, NULL, NULL, ctx.qry.head,
|
||||
oid_to_hex(&commit->object.oid), ctx.qry.vpath);
|
||||
if (!ctx.qry.showmsg && info->msg && *(info->msg))
|
||||
html("<span class='msg-avail'>...</span>");
|
||||
show_commit_decorations(commit);
|
||||
html("</td><td>");
|
||||
cgit_open_filter(ctx.repo->email_filter, info->author_email, "log");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue