diff options
-rw-r--r-- | third_party/cgit/ui-commit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/cgit/ui-commit.c b/third_party/cgit/ui-commit.c index b98c77f6a8ce..f7942e10fa01 100644 --- a/third_party/cgit/ui-commit.c +++ b/third_party/cgit/ui-commit.c @@ -43,6 +43,7 @@ void cgit_print_commit(char *hex, const char *prefix) load_ref_decorations(NULL, DECORATE_FULL_REFS); + ctx.page.title = fmtalloc("%s - %s", info->subject, ctx.page.title); cgit_print_layout_start(); cgit_print_diff_ctrls(); html("<table summary='commit info' class='commit-info'>\n"); |