Skip to content

Commit

Permalink
follow up to 9b46bb6 (see #1420)
Browse files Browse the repository at this point in the history
add standard "Changs to be commited" text on top of changes.
  • Loading branch information
extrawurst committed Nov 23, 2022
1 parent 9b46bb6 commit ca19d42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/commit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ impl CommitComponent {
.as_bytes(),
)?;

file.write_all(b"\n#\n# Changes to be commited:")?;

for change in changes {
let status_char =
Self::item_status_char(change.status);
Expand Down

0 comments on commit ca19d42

Please sign in to comment.