direct: log default branch

This commit is contained in:
2025-11-10 10:11:11 +01:00
parent ef7c0c1cea
commit f310220261

View File

@@ -288,6 +288,7 @@ next_package:
}
if len(branch) == 0 {
branch = repo.DefaultBranch
common.LogDebug(" -> using default branch", branch)
if common.IsRemovedBranch(branch) {
common.LogDebug(" Default branch for", filename, "is excluded")
git.GitExecOrPanic(gitPrj, "rm", filename)