Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /