Skip to content

Commit fcdba06

Browse files
authored
Merge branch 'master' into bugfix/disable-blame-history-popup-for-untracked-files
2 parents 97d5e5b + 50c6562 commit fcdba06

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
### Changed
11+
* After commit: jump back to unstaged area [[@tommady](https://github.com/tommady)] ([#2476](https://github.com/extrawurst/gitui/issues/2476))
12+
1013
## [0.27.0] - 2024-01-14
1114

1215
**new: manage remotes**

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ syntect = { version = "5.2", default-features = false, features = [
5858
"html",
5959
] }
6060
tui-textarea = "0.7"
61-
two-face = { version = "0.4.1", default-features = false }
61+
two-face = { version = "0.4.2", default-features = false }
6262
unicode-segmentation = "1.12"
6363
unicode-truncate = "2.0"
6464
unicode-width = "0.2"

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)