summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}