summaryrefslogtreecommitdiff
path: root/humanForgedTable.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-27 02:12:21 -0500
committerJeff Carr <[email protected]>2025-09-27 02:15:10 -0500
commit1232d4e0f85f0fce4b3415804650e611aa474add (patch)
tree8275e1da71b2342304d36c2f34211eeffa77d775 /humanForgedTable.go
parentc078811dcb037b0482400a68f074cc8d3108ae43 (diff)
show hash
Diffstat (limited to 'humanForgedTable.go')
-rw-r--r--humanForgedTable.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/humanForgedTable.go b/humanForgedTable.go
index c9a5e17..a4d19f5 100644
--- a/humanForgedTable.go
+++ b/humanForgedTable.go
@@ -30,7 +30,7 @@ func (f *Forge) makeForgedTable(pb *gitpb.Repos) *gitpb.ReposTable {
if r.Tags.Master == nil {
return "mtag=nil"
}
- return r.Tags.Master.Refname
+ return r.Tags.Master.Hash
})
col.Width = 12