summaryrefslogtreecommitdiff
path: root/reloadTags.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-02 05:10:58 -0500
committerJeff Carr <[email protected]>2025-10-02 05:10:58 -0500
commit966c40f2c4c80fcecc8d451293b6d512bc9f6d91 (patch)
tree0e07b1c621d29e2a2080c896fbe69a29a8011ee3 /reloadTags.go
parent3718ebe168dc7c4ce553bdc9b4e19b4b7bfe0d33 (diff)
quiet more old stuff
Diffstat (limited to 'reloadTags.go')
-rw-r--r--reloadTags.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/reloadTags.go b/reloadTags.go
index 810d616..ce0ca84 100644
--- a/reloadTags.go
+++ b/reloadTags.go
@@ -123,7 +123,8 @@ func (repo *Repo) reloadGitTags() error {
if repo.GetMasterBranchName() == "" {
if err := repo.findHEAD(); err != nil {
- log.Info(repo.FullPath, "master branch blank", err)
+ // todo: redo all this shitty code
+ // log.Info(repo.FullPath, "master branch blank", err)
}
}
return nil