mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
standardize 'Commit Sha' to 'Commit Hash'
This commit is contained in:
@ -385,7 +385,7 @@ func renderPipeSet(
|
||||
}
|
||||
|
||||
func equalHashes(a, b string) bool {
|
||||
// if our selectedCommitSha is an empty string we treat that as meaning there is no selected commit sha
|
||||
// if our selectedCommitSha is an empty string we treat that as meaning there is no selected commit hash
|
||||
if a == "" || b == "" {
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user