mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
cleanup
This commit is contained in:
parent
b6c932d0af
commit
bb1abb22c0
2 changed files with 1 additions and 2 deletions
|
|
@ -28,7 +28,6 @@ pub enum Action {
|
|||
Reset(ResetItem),
|
||||
ResetHunk(String, u64),
|
||||
StashDrop(CommitId),
|
||||
///
|
||||
DeleteBranch(String),
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ pub fn confirm_msg_delete_branch(
|
|||
_key_config: &SharedKeyConfig,
|
||||
branch_ref: String,
|
||||
) -> String {
|
||||
branch_ref + "\nconfirm delete branch?"
|
||||
format!("Confirm deleting branch: '{}' ?", branch_ref)
|
||||
}
|
||||
pub fn log_title(_key_config: &SharedKeyConfig) -> String {
|
||||
"Commit".to_string()
|
||||
|
|
|
|||
Loading…
Reference in a new issue