Home
last modified time | relevance | path

Searched refs:this_branch (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/tools/scripts/
H A Dwebrev.sh2585 this_branch=$($GIT branch | nawk '$1 == "*" { print $2 }')
2589 if [[ $this_branch != "(no branch)" ]]; then
2593 [[ "$local" == "$this_branch" ]] && par_branch="$remote"; \