This commit is contained in:
2025-05-18 10:58:49 +03:00
parent 761b9e031e
commit cb664b2115
5 changed files with 16 additions and 24 deletions

View File

@@ -56,6 +56,7 @@ 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')
}