Remove whitespace at end of commit messages
This commit is contained in:
parent
d031eee14e
commit
3be5673254
1 changed files with 1 additions and 1 deletions
|
|
@ -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())?,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue