silence stuff
This commit is contained in:
parent
2fe035fbf0
commit
4d093bc1e3
|
@ -40,7 +40,8 @@ func (repo *Repo) CheckBranches() bool {
|
||||||
// Slice the last 4 runes
|
// Slice the last 4 runes
|
||||||
lastFour := runes[runeCount-4:]
|
lastFour := runes[runeCount-4:]
|
||||||
if string(lastFour) == "HEAD" {
|
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
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue