OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CURRENT_BRANCH
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/tools/
common-includes.sh
117
CURRENT_BRANCH
=$(git status -s -b -uno | grep "^##" | awk '{print $2}')
118
persist "
CURRENT_BRANCH
"
124
if [ "$
CURRENT_BRANCH
" != "$TEMP_BRANCH" ] ; then
134
restore_if_unset "
CURRENT_BRANCH
"
135
git checkout -f $
CURRENT_BRANCH
136
[[ "$TEMP_BRANCH" != "$
CURRENT_BRANCH
" ]] && git branch -D $TEMP_BRANCH
137
[[ "$BRANCHNAME" != "$
CURRENT_BRANCH
" ]] && git branch -D $BRANCHNAME
push-to-trunk.sh
410
[[ "$TRUNKBRANCH" != "$
CURRENT_BRANCH
" ]] && git branch -D $TRUNKBRANCH
/external/v8/tools/
common-includes.sh
112
CURRENT_BRANCH
=$(git status -s -b -uno | grep "^##" | awk '{print $2}')
113
persist "
CURRENT_BRANCH
"
119
if [ "$
CURRENT_BRANCH
" != "$TEMP_BRANCH" ] ; then
129
restore_if_unset "
CURRENT_BRANCH
"
130
git checkout -f $
CURRENT_BRANCH
131
[[ "$TEMP_BRANCH" != "$
CURRENT_BRANCH
" ]] && git branch -D $TEMP_BRANCH
132
[[ "$BRANCHNAME" != "$
CURRENT_BRANCH
" ]] && git branch -D $BRANCHNAME
push-to-trunk.sh
391
[[ "$TRUNKBRANCH" != "$
CURRENT_BRANCH
" ]] && git branch -D $TRUNKBRANCH
Completed in 203 milliseconds