1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02: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

@ -29,7 +29,7 @@ type BisectInfo struct {
newTerm string // 'bad' by default
oldTerm string // 'good' by default
// map of commit sha's to their status
// map of commit hashes to their status
statusMap map[string]BisectStatus
// the sha of the commit that's under test