diff options
| author | Jeff Carr <[email protected]> | 2025-01-19 10:48:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-19 10:48:50 -0600 |
| commit | 58c64cd53b46f0b9e1e23f1bf10cc055e85025c1 (patch) | |
| tree | 9096de67ce42d6d4df47b6295d96a7151e86b425 /humanTable.go | |
| parent | f29f25b9b7ddf0ebf869ba764df844f87fce063f (diff) | |
might show branch age in table finally
Diffstat (limited to 'humanTable.go')
| -rw-r--r-- | humanTable.go | 2 |
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 = "" |
