Skip to content

Commit 4adfdbb

Browse files
extrawurstIndianBoy42
authored andcommitted
follow up to 9b46bb6 (see gitui-org#1420)
add standard "Changs to be commited" text on top of changes.
1 parent 17bbe54 commit 4adfdbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/commit.rs

+2
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ impl CommitComponent {
171171
.as_bytes(),
172172
)?;
173173

174+
file.write_all(b"\n#\n# Changes to be commited:")?;
175+
174176
for change in changes {
175177
let status_char =
176178
Self::item_status_char(change.status);

0 commit comments

Comments
 (0)