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

@@ -135,7 +135,7 @@ func (self *BisectCommands) StartWithTerms(oldTerm string, newTerm string) error
}
// tells us whether we've found our problem commit(s). We return a string slice of
// commit sha's if we're done, and that slice may have more that one item if
// commit hashes if we're done, and that slice may have more that one item if
// skipped commits are involved.
func (self *BisectCommands) IsDone() (bool, []string, error) {
info := self.GetInfo()