diff options
| author | Jeff Carr <[email protected]> | 2025-01-07 05:58:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-07 05:58:49 -0600 |
| commit | 4d093bc1e3cba9260bb9c9a9da84e740020eb395 (patch) | |
| tree | 2d1734a3d65ff3706e0d72831a47d5a9e27b1a05 /reloadBranches.go | |
| parent | 2fe035fbf0e1d08f3c546bc100a723c5d6c314d6 (diff) | |
silence stuff
Diffstat (limited to 'reloadBranches.go')
| -rw-r--r-- | reloadBranches.go | 3 |
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 } |
