aboutsummaryrefslogtreecommitdiffstats
path: root/ui-log.c
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2024-10-16 11:59:42 +0200
committerChristian Hesse <mail@eworm.de>2026-05-05 06:41:23 +0200
commit8c1d1cd5dee361084e28e7561e903eb5fbf5a544 (patch)
tree97d89d3449c409ab78d94b781880133984e8b511 /ui-log.c
parentc829e631ded662d70fc843b8b83eb7b5d9872cd3 (diff)
downloadcgit-8c1d1cd5dee361084e28e7561e903eb5fbf5a544.tar.gz
cgit-8c1d1cd5dee361084e28e7561e903eb5fbf5a544.tar.bz2
cgit-8c1d1cd5dee361084e28e7561e903eb5fbf5a544.zip
ui-log: build ellipsis from bullets
These look cleaner... IMHO. 😜 Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'ui-log.c')
-rw-r--r--ui-log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-log.c b/ui-log.c
index 4ec5817..434ff8d 100644
--- a/ui-log.c
+++ b/ui-log.c
@@ -245,7 +245,7 @@ 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 class='msg-tooltip'>");
+ html("<span class='msg-avail'>&bull;&bull;&bull;<span class='msg-tooltip'>");
html_txt(info->msg);
html("</span></span>");
}