diff options
| author | Jeff Carr <[email protected]> | 2025-10-16 15:17:46 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-16 15:17:46 -0500 |
| commit | 87da05b61634ad9ca33513139516b0e522a1014a (patch) | |
| tree | c17390aa3146ae443e761667fc60f6b27877dec1 /doStats.go | |
| parent | 79cfb6aa4bcdd01ac44268a144c851957e4e4fd3 (diff) | |
hmm.
Diffstat (limited to 'doStats.go')
| -rw-r--r-- | doStats.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 } |
