1
0
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:
pikomonde
2024-03-20 03:05:19 +07:00
committed by Stefan Haller
parent 06624e85d6
commit 7f6eea2a55
13 changed files with 20 additions and 20 deletions

View File

@ -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
}