From 2232aa5823b4346bcb9ecb330bf718572f041485 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 23 Sep 2025 14:51:09 -0500 Subject: [PATCH] minor --- set.table.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/set.table.go b/set.table.go index 49bc60f..1ab2526 100644 --- a/set.table.go +++ b/set.table.go @@ -39,6 +39,9 @@ func (pb *Patches) makeStandardTable() *PatchesTable { col = t.AddPatchId() col.Width = 8 + col = t.AddNewHash() + col.Width = 8 + col = t.AddTimeFunc("ctime", func(p *Patch) time.Time { // todo return p.Ctime.AsTime()