From 18aad5f1b507c2fa6b7dbf4a8c807bad36dd7c39 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 4 Sep 2025 09:15:45 -0500 Subject: common branch handling code --- humanTable.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'humanTable.go') diff --git a/humanTable.go b/humanTable.go index 6681a1b..c00ca6a 100644 --- a/humanTable.go +++ b/humanTable.go @@ -235,7 +235,7 @@ func (f *Forge) printRepoToTable(repo *gitpb.Repo, sizes []int, full bool) { } if repo.IsDirty() { - age = "" + age = "#" end += "(dirty) " } -- cgit v1.2.3