follow up to 9b46bb6 (see #1420)

add standard "Changs to be commited" text on top of changes.
This commit is contained in:
extrawurst 2022-11-23 15:31:37 +01:00
parent 9b46bb63f9
commit ca19d42948

View file

@ -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);