Skip to content

Commit

Permalink
Fix empty summary & body on plain patch view
Browse files Browse the repository at this point in the history
  • Loading branch information
w4 committed Dec 31, 2023
1 parent 80cb14d commit 56697e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -615,8 +615,8 @@ fn fetch_diff_and_stats(
1,
1,
&commit.id(),
"",
"",
commit.summary().unwrap_or(""),
commit.body().unwrap_or(""),
&commit.author(),
&mut EmailCreateOptions::default(),
)
Expand Down

0 comments on commit 56697e6

Please sign in to comment.