mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
add standard "Changs to be commited" text on top of changes.
This commit is contained in:
parent
9b46bb63f9
commit
ca19d42948
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue