We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232ad89 commit 50c6562Copy full SHA for 50c6562
CHANGELOG.md
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+### Changed
11
+* After commit: jump back to unstaged area [[@tommady](https://github.com/tommady)] ([#2476](https://github.com/extrawurst/gitui/issues/2476))
12
+
13
## [0.27.0] - 2024-01-14
14
15
**new: manage remotes**
src/popups/commit.rs
@@ -218,6 +218,7 @@ impl CommitPopup {
218
219
self.hide();
220
self.queue.push(InternalEvent::Update(NeedsUpdate::ALL));
221
+ self.queue.push(InternalEvent::StatusLastFileMoved);
222
self.input.clear();
223
}
224
0 commit comments