mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
update changelog
This commit is contained in:
parent
79a38a70b9
commit
50d863aa1c
2 changed files with 4 additions and 1 deletions
|
|
@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
### Changed
|
||||
- ask to pop stash by default (*apply* using `[a]` now) [[@brunogouveia](https://github.com/brunogouveia)] ([#574](https://github.com/extrawurst/gitui/issues/574))
|
||||
|
||||
### Added
|
||||
- `[w]` key to toggle between staging/workdir [[@terhechte](https://github.com/terhechte)] ([#595](https://github.com/extrawurst/gitui/issues/595))
|
||||
- view/checkout remote branches ([#617](https://github.com/extrawurst/gitui/issues/617))
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ pub fn confirm_msg_stashdrop(
|
|||
"confirm stash drop?".to_string()
|
||||
}
|
||||
pub fn confirm_msg_stashpop(_key_config: &SharedKeyConfig) -> String {
|
||||
"The stash will be applied and then remove from the stash list. Confirm stash pop?"
|
||||
"The stash will be applied and removed from the stash list. Confirm stash pop?"
|
||||
.to_string()
|
||||
}
|
||||
pub fn confirm_msg_resethunk(
|
||||
|
|
|
|||
Loading…
Reference in a new issue