This commit is contained in:
2025-05-21 08:30:30 +04:00
parent 2d5d1befae
commit b410544ee1
12 changed files with 482 additions and 23 deletions

View File

@@ -56,7 +56,6 @@ fn (mut repo GitRepo) load() ! {
// Helper to load remote tags
fn (mut repo GitRepo) load_branches() ! {
println("SDSDSd")
tags_result := repo.exec("git for-each-ref --format='%(objectname) %(refname:short)' refs/heads refs/remotes/origin") or {
return error('Failed to get branch references: ${err}. Command: git for-each-ref')
}