mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
small cleanups
This commit is contained in:
parent
098873809f
commit
1a5a121b33
3 changed files with 2 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,4 +3,3 @@
|
|||
.DS_Store
|
||||
/.idea/
|
||||
flamegraph.svg
|
||||
KEY_CONFIG.md
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ pub struct ChangesComponent {
|
|||
key_config: SharedKeyConfig,
|
||||
}
|
||||
|
||||
impl<'a> ChangesComponent {
|
||||
impl ChangesComponent {
|
||||
///
|
||||
pub fn new(
|
||||
title: &str,
|
||||
|
|
|
|||
|
|
@ -546,7 +546,7 @@ pub mod commands {
|
|||
) -> CommandText {
|
||||
CommandText::new(
|
||||
format!(
|
||||
"Details Inspect [{}]",
|
||||
"Details [{}]",
|
||||
get_hint(key_config.log_commit_details),
|
||||
),
|
||||
"open details of selected commit",
|
||||
|
|
|
|||
Loading…
Reference in a new issue