()
| 1073 | } |
| 1074 | |
| 1075 | func gitRemoteBranches() []string { |
| 1076 | return strings.Split(silentgit("branch", "--remotes", "--format=%(refname:short)"), "\n") |
| 1077 | } |
| 1078 | |
| 1079 | func gitCurrentBranch() Branch { |
| 1080 | // upgrade to branch --show-current when git v2.21 is more widely spread |