summaryrefslogtreecommitdiff
path: root/humanTable.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-04 09:15:45 -0500
committerJeff Carr <[email protected]>2025-09-04 09:15:45 -0500
commit18aad5f1b507c2fa6b7dbf4a8c807bad36dd7c39 (patch)
tree6414ebd461ebc15adeb78de3acf41b31384d3711 /humanTable.go
parentd44e359d70e1d68955fe7d60841f8aa851466456 (diff)
common branch handling code
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 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) "
}