This commit is contained in:
Bob Sun 2017-03-19 10:36:59 -07:00
parent 71bbc4c14d
commit 29f9f28e4c
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -359,6 +359,9 @@ class PasswordStore {
}
func getRecentCommits(count: Int) -> [GTCommit] {
guard storeRepository != nil else {
return []
}
var commits = [GTCommit]()
do {
let enumerator = try GTEnumerator(repository: storeRepository!)