mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-26 18:43:37 +03:00
small cleanups
This commit is contained in:
parent
098873809f
commit
1a5a121b33
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 New Issue
Block a user