Skip to content

Commit 08fe2bd

Browse files
authored
Merge branch 'master' into feat/checkout_method
2 parents be3b643 + 50c6562 commit 08fe2bd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111
* support choosing checkout branch method when status is not empty [[@fatpandac](https://github.com/fatpandac)] ([#2404](https://github.com/extrawurst/gitui/issues/2404))
12+
### Changed
13+
* After commit: jump back to unstaged area [[@tommady](https://github.com/tommady)] ([#2476](https://github.com/extrawurst/gitui/issues/2476))
1214

1315
## [0.27.0] - 2024-01-14
1416

src/popups/commit.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ impl CommitPopup {
218218

219219
self.hide();
220220
self.queue.push(InternalEvent::Update(NeedsUpdate::ALL));
221+
self.queue.push(InternalEvent::StatusLastFileMoved);
221222
self.input.clear();
222223
}
223224

0 commit comments

Comments
 (0)