diff options
| author | Jeff Carr <[email protected]> | 2025-09-27 02:12:21 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-27 02:15:10 -0500 |
| commit | 1232d4e0f85f0fce4b3415804650e611aa474add (patch) | |
| tree | 8275e1da71b2342304d36c2f34211eeffa77d775 /humanForgedTable.go | |
| parent | c078811dcb037b0482400a68f074cc8d3108ae43 (diff) | |
show hash
Diffstat (limited to 'humanForgedTable.go')
| -rw-r--r-- | humanForgedTable.go | 2 |
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 |
