diff options
| author | Jeff Carr <[email protected]> | 2025-08-29 10:29:19 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-29 10:29:19 -0500 |
| commit | 7fdb7ee788185b82befd6f59c4afb1a540ffd279 (patch) | |
| tree | 3775469c2a71c98286cfe61c4a48556e10d24b9a /humanTable.go | |
| parent | ba3846b5f2fc4bdc0588e777ec1ddd1f28d0666d (diff) | |
minor summary changev0.0.118
Diffstat (limited to 'humanTable.go')
| -rw-r--r-- | humanTable.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/humanTable.go b/humanTable.go index 9bbe0bc..ecd114a 100644 --- a/humanTable.go +++ b/humanTable.go @@ -142,6 +142,7 @@ func tallyBranchTotals(t *tally, repo *gitpb.Repo) { t.user += 1 return } + log.Printf("unknown curr=%s master=%s devel=%s user=%s\n", repo.GetCurrentBranchName(), repo.GetMasterBranchName(), repo.GetDevelBranchName(), repo.GetUserBranchName()) t.unknown += 1 } |
