mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
parent
e902f4ce3e
commit
9210d8ca87
2 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
* commit msg history ordered the wrong way ([#1445](https://github.com/extrawurst/gitui/issues/1445))
|
||||
* improve help documentation for amend cmd ([#1448](https://github.com/extrawurst/gitui/issues/1448))
|
||||
* lag issue when showing files tab ([#1451](https://github.com/extrawurst/gitui/issues/1451))
|
||||
* fix key binding shown in bottom bar for `stash_open` ([#1454](https://github.com/extrawurst/gitui/issues/1454))
|
||||
|
||||
## [0.22.1] - 2022-11-22
|
||||
|
||||
|
|
|
|||
|
|
@ -1118,7 +1118,7 @@ pub mod commands {
|
|||
CommandText::new(
|
||||
format!(
|
||||
"Inspect [{}]",
|
||||
key_config.get_hint(key_config.keys.focus_right),
|
||||
key_config.get_hint(key_config.keys.stash_open),
|
||||
),
|
||||
"open stash commit details (allows to diff files)",
|
||||
CMD_GROUP_STASHES,
|
||||
|
|
|
|||
Loading…
Reference in a new issue