summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-07 05:58:49 -0600
committerJeff Carr <[email protected]>2025-01-07 05:58:49 -0600
commit4d093bc1e3cba9260bb9c9a9da84e740020eb395 (patch)
tree2d1734a3d65ff3706e0d72831a47d5a9e27b1a05
parent2fe035fbf0e1d08f3c546bc100a723c5d6c314d6 (diff)
silence stuff
-rw-r--r--reloadBranches.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/reloadBranches.go b/reloadBranches.go
index b7e3a15..7c07582 100644
--- a/reloadBranches.go
+++ b/reloadBranches.go
@@ -40,7 +40,8 @@ func (repo *Repo) CheckBranches() bool {
// Slice the last 4 runes
lastFour := runes[runeCount-4:]
if string(lastFour) == "HEAD" {
- log.Info("skip HEAD fullfile", fullfile)
+ // assume HEAD is always a valid branch
+ // log.Info("skip HEAD. always valid branch name", fullfile)
continue
}