summaryrefslogtreecommitdiff
path: root/doStats.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 15:17:46 -0500
committerJeff Carr <[email protected]>2025-10-16 15:17:46 -0500
commit87da05b61634ad9ca33513139516b0e522a1014a (patch)
treec17390aa3146ae443e761667fc60f6b27877dec1 /doStats.go
parent79cfb6aa4bcdd01ac44268a144c851957e4e4fd3 (diff)
hmm.
Diffstat (limited to 'doStats.go')
-rw-r--r--doStats.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/doStats.go b/doStats.go
index e4a012e..2ed3e3a 100644
--- a/doStats.go
+++ b/doStats.go
@@ -33,7 +33,9 @@ func doStats() (string, error) {
if argv.Verify.Stats.List {
s := repo.Stats()
- footer := s.PrintTable()
+ s.SortPatchId()
+ // s.SortCtime()
+ footer := s.PrintTableLimit(-1)
return "stats table: " + footer, nil
}