Show correct number of commits in "About Repository"
This commit is contained in:
parent
c18b70e7d7
commit
f47e7d384c
2 changed files with 9 additions and 1 deletions
|
|
@ -113,6 +113,10 @@ public class PasswordStore {
|
|||
return SharedDefaults[.lastSyncedTime]
|
||||
}
|
||||
|
||||
public var numberOfCommits: UInt {
|
||||
return storeRepository?.numberOfCommits(inCurrentBranch: nil) ?? 0
|
||||
}
|
||||
|
||||
private init() {
|
||||
// File migration to group
|
||||
migrateIfNeeded()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue