summaryrefslogtreecommitdiff
path: root/humanTable.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-19 10:48:50 -0600
committerJeff Carr <[email protected]>2025-01-19 10:48:50 -0600
commit58c64cd53b46f0b9e1e23f1bf10cc055e85025c1 (patch)
tree9096de67ce42d6d4df47b6295d96a7151e86b425 /humanTable.go
parentf29f25b9b7ddf0ebf869ba764df844f87fce063f (diff)
might show branch age in table finally
Diffstat (limited to 'humanTable.go')
-rw-r--r--humanTable.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/humanTable.go b/humanTable.go
index 8462323..0228a92 100644
--- a/humanTable.go
+++ b/humanTable.go
@@ -179,7 +179,7 @@ func (f *Forge) printRepoToTable(repo *gitpb.Repo) {
// ctime := repo.Tags.GetAge(mhort)
// age := shell.FormatDuration(time.Since(ctime))
- age := shell.FormatDuration(repo.NewestAge())
+ age := shell.FormatDuration(repo.BranchAge(cname))
if repo.IsDirty() {
age = ""