Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh2608 this_branch=$($GIT branch | nawk '$1 == "*" { print $2 }')
2612 if [[ $this_branch != "(no branch)" ]]; then
2617 if [[ "$local" == "$this_branch" ]]; then