Lines Matching refs:branch
23 foreach (BRANCHES as $branch) {
24 $previous_commit_hash = $branch_commit_map[$branch['ref']] ?? null;
25 $current_commit_hash = trim(shell_exec('git rev-parse origin/' . $branch['ref']));
28 $changed_branches[] = $branch;
31 $branch_commit_map[$branch['ref']] = $current_commit_hash;
58 $branch = $argv[3] ?? 'master'; variable
59 $branches = $branch === 'master'
61 : [['ref' => $branch, 'version' => get_current_version()]];