OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEMP_BRANCH
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/tools/
common-includes.sh
35
TEMP_BRANCH
=$BRANCHNAME-temporary-branch-created-by-script
124
if [ "$CURRENT_BRANCH" != "$
TEMP_BRANCH
" ] ; then
125
delete_branch $
TEMP_BRANCH
126
git checkout -b $
TEMP_BRANCH
136
[[ "$
TEMP_BRANCH
" != "$CURRENT_BRANCH" ]] && git branch -D $
TEMP_BRANCH
/external/v8/tools/
common-includes.sh
35
TEMP_BRANCH
=$BRANCHNAME-temporary-branch-created-by-script
119
if [ "$CURRENT_BRANCH" != "$
TEMP_BRANCH
" ] ; then
120
delete_branch $
TEMP_BRANCH
121
git checkout -b $
TEMP_BRANCH
131
[[ "$
TEMP_BRANCH
" != "$CURRENT_BRANCH" ]] && git branch -D $
TEMP_BRANCH
Completed in 1044 milliseconds