Skip to content

Commit 50d863a

Browse files
author
Stephan Dilly
committed
update changelog
1 parent 79a38a7 commit 50d863a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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+
- ask to pop stash by default (*apply* using `[a]` now) [[@brunogouveia](https://github.com/brunogouveia)] ([#574](https://github.com/extrawurst/gitui/issues/574))
12+
1013
### Added
1114
- `[w]` key to toggle between staging/workdir [[@terhechte](https://github.com/terhechte)] ([#595](https://github.com/extrawurst/gitui/issues/595))
1215
- view/checkout remote branches ([#617](https://github.com/extrawurst/gitui/issues/617))

src/strings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pub fn confirm_msg_stashdrop(
140140
"confirm stash drop?".to_string()
141141
}
142142
pub fn confirm_msg_stashpop(_key_config: &SharedKeyConfig) -> String {
143-
"The stash will be applied and then remove from the stash list. Confirm stash pop?"
143+
"The stash will be applied and removed from the stash list. Confirm stash pop?"
144144
.to_string()
145145
}
146146
pub fn confirm_msg_resethunk(

0 commit comments

Comments
 (0)