Remove whitespace at end of commit messages

This commit is contained in:
Joscha 2023-08-06 01:34:52 +02:00
parent d031eee14e
commit 3be5673254

View file

@ -87,7 +87,7 @@ WHERE parent = ?
current: "commit".to_string(),
hash: id.to_string(),
summary: commit.message()?.summary().to_string(),
message: commit.message_raw_sloppy().to_string(),
message: commit.message_raw()?.to_string().trim_end().to_string(),
author: repo::format_actor(author_info.actor())?,
author_date: repo::format_time(author_info.time),
commit: repo::format_actor(committer_info.actor())?,