override fun equals(other: Any?): Boolean {
        if (other !is CommitInfo) return false
        return other.commitId == this.commitId
    }