/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | revision_control.py | 169 def clone(self, remote_branch=None, shallow=False): argument 177 @param remote_branch: Specify the remote branch to clone. None if to 185 if remote_branch: 186 cmd += '-b %s' % remote_branch 235 def upload_cl(self, remote, remote_branch, local_ref='HEAD', draft=False, argument 241 @param remote_branch: The remote branch to upload the CL. 249 remote_branch) 322 def reinit_repo_at(self, remote_branch): argument 324 Does all it can to ensure that the repo is at remote_branch. 330 @param remote_branch: branch to check out. [all …]
|
/aosp_15_r20/external/skia/experimental/documentation/ |
H A D | gerrit.md | 144 local REMOTE_BRANCH='main' 146 git push "$REMOTE" "@:refs/for/${REMOTE_BRANCH}%m=${MESSAGE}" 166 local REMOTE_BRANCH="${UPSTREAM#*/}" 168 echo git push $REMOTE @:refs/for/${REMOTE_BRANCH}%m=${MESSAGE} 169 git push "$REMOTE" "@:refs/for/${REMOTE_BRANCH}%m=${MESSAGE}"
|
/aosp_15_r20/external/toolchain-utils/ |
H A D | android_merge_from_upstream.sh | 16 remote_branch="${remote}/upstream-main" # nocheck 52 merge_base="$(git merge-base HEAD "${remote_branch}")" 53 git log --oneline "${merge_base}..${remote_branch}" 74 git merge "${remote_branch}" -m "${commit_message}"
|
/aosp_15_r20/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1alpha2/src/main/java/com/google/cloud/dataform/v1alpha2/ |
H A D | FetchGitAheadBehindRequest.java | 139 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 164 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 677 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 701 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 725 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 748 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 767 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
|
H A D | PushGitCommitsRequest.java | 138 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 162 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 671 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 694 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 717 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 739 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 757 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
|
H A D | PullGitCommitsRequest.java | 138 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 162 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 761 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 784 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 807 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 829 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 847 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
|
H A D | PushGitCommitsRequestOrBuilder.java | 63 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 76 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
|
H A D | FetchGitAheadBehindRequestOrBuilder.java | 64 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 78 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
|
H A D | PullGitCommitsRequestOrBuilder.java | 63 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 76 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
|
/aosp_15_r20/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1beta1/src/main/java/com/google/cloud/dataform/v1beta1/ |
H A D | FetchGitAheadBehindRequest.java | 139 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 164 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 677 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 701 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 725 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 748 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 767 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
|
H A D | PushGitCommitsRequest.java | 138 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 162 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 671 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 694 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 717 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 739 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 757 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
|
H A D | PullGitCommitsRequest.java | 138 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 162 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 761 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 784 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 807 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 829 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 847 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
|
H A D | FetchGitAheadBehindRequestOrBuilder.java | 64 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 78 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
|
H A D | PushGitCommitsRequestOrBuilder.java | 63 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 76 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
|
H A D | PullGitCommitsRequestOrBuilder.java | 63 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 76 * <code>string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
|
/aosp_15_r20/external/okio/ |
H A D | mkdocs.yml | 7 remote_branch: gh-pages
|
/aosp_15_r20/external/accompanist/ |
H A D | mkdocs.yml | 7 remote_branch: gh-pages
|
/aosp_15_r20/external/kotlinpoet/ |
H A D | mkdocs.yml | 10 remote_branch: gh-pages
|
/aosp_15_r20/external/leakcanary2/ |
H A D | mkdocs.yml | 22 remote_branch: gh-pages
|
/aosp_15_r20/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1alpha2/src/main/proto/google/cloud/dataform/v1alpha2/ |
H A D | dataform.proto | 620 string remote_branch = 2 [(google.api.field_behavior) = OPTIONAL]; field 639 string remote_branch = 2 [(google.api.field_behavior) = OPTIONAL]; field 700 string remote_branch = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
/aosp_15_r20/external/googleapis/google/cloud/dataform/v1alpha2/ |
H A D | dataform.proto | 620 string remote_branch = 2 [(google.api.field_behavior) = OPTIONAL]; field 639 string remote_branch = 2 [(google.api.field_behavior) = OPTIONAL]; field 700 string remote_branch = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
/aosp_15_r20/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1beta1/src/main/proto/google/cloud/dataform/v1beta1/ |
H A D | dataform.proto | 620 string remote_branch = 2 [(google.api.field_behavior) = OPTIONAL]; field 639 string remote_branch = 2 [(google.api.field_behavior) = OPTIONAL]; field 700 string remote_branch = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
/aosp_15_r20/external/googleapis/google/cloud/dataform/v1beta1/ |
H A D | dataform.proto | 1062 string remote_branch = 2 [(google.api.field_behavior) = OPTIONAL]; field 1082 string remote_branch = 2 [(google.api.field_behavior) = OPTIONAL]; field 1143 string remote_branch = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
/aosp_15_r20/tools/asuite/atest/ |
H A D | atest_utils.py | 89 "remote_branch=$(git branch -r | grep '\\->' | awk '{{print $1}}');" 91 'ahead=$(git rev-list --left-right --count $local_branch...$remote_branch '
|