summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-15 05:10:29 -0500
committerJeff Carr <[email protected]>2025-09-15 05:10:29 -0500
commite14f7b93d1829fd2d6e883005a092caab39b2c8d (patch)
treeabd41d756796c3485ab1fb8b90e91c10f3300c6e
parent7fdd7075fdf2c69c8d830aca08cdb23f60ad520c (diff)
more work on 'any'
-rw-r--r--doTag.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/doTag.go b/doTag.go
index cf76169..2f1e958 100644
--- a/doTag.go
+++ b/doTag.go
@@ -97,6 +97,8 @@ func makeTagTablePB(pb *gitpb.GitTags) *gitpb.GitTagsTable {
return tag.Creatordate.AsTime()
})
cola.Width = 16
+ tmp := t.AddSubject()
+ tmp.Width = -1
return t
}