Lines Matching full:git
11 …* [git-lts](https://git-lfs.github.com/) has to be installed to pull binaries correctly from the g…
21 … at http://g3doc/company/teams/android-build-team/playbook/create_branch#creating-new-git-branches.
39 export UPSTREAM_CLDR_GIT=/media/user/disk/icu-git/cldr
40 export UPSTREAM_ICU_GIT=/media/user/disk/icu-git/icu
56 git fetch aosp upstream-release-cldr
57 git branch ${CLDR_UPSTREAM_BRANCH} --track aosp/upstream-release-cldr
58 git checkout ${CLDR_UPSTREAM_BRANCH}
60 git clone https://github.com/unicode-org/cldr.git ${UPSTREAM_CLDR_GIT}
62 git --git-dir=${UPSTREAM_CLDR_GIT}/.git --work-tree=${UPSTREAM_CLDR_GIT} fetch
63 …git --git-dir=${UPSTREAM_CLDR_GIT}/.git --work-tree=${UPSTREAM_CLDR_GIT} checkout ${CLDR_UPSTREAM_…
66 git clean -dfX # Remove ignored files
67 git add -A
68 git commit -F- <<EOF
81 git branch ${CLDR_BRANCH} --track aosp/main
82 git checkout ${CLDR_BRANCH}
83 git merge ${CLDR_UPSTREAM_BRANCH} -m "
94 git merge --continue
107 git fetch aosp ${ICU_BRANCH}
108 git branch ${ICU_BRANCH} --track aosp/${ICU_BRANCH}
109 git checkout ${ICU_BRANCH}
112 test -d ${UPSTREAM_ICU_GIT} || git clone https://github.com/unicode-org/icu.git ${UPSTREAM_ICU_GIT}
114 git --git-dir=${UPSTREAM_ICU_GIT}/.git --work-tree=${UPSTREAM_ICU_GIT} fetch
115 git --git-dir=${UPSTREAM_ICU_GIT}/.git --work-tree=${UPSTREAM_ICU_GIT} checkout ${UPSTREAM_RELEASE_…
120 git checkout HEAD -- icu4c/.gitignore icu4j/.gitignore # Android has extra .gitignores. Use our ver…
124 git add -A
125 git commit -F- <<EOF
133 git checkout HEAD -- icu4c/.gitignore icu4j/.gitignore
145 git cherry-pick <first_patch_in_the_chain>~1..<last_patch_in_the_chain>
158 git add -A
159 git commit -F- <<EOF
172 git add -A
173 git commit -F- <<EOF
187 git add -A
188 git commit -F- <<EOF
200 git add -A
201 git commit -F- <<EOF
215 git commit -amend
218 git add -A && git commit -F- <<EOF
228 git add -A && git commit -F- <<EOF
243 git add -A && git commit -a -F- <<EOF
255 git diff HEAD~1 ./libicu/ndk_headers/
261 git add -A && git commit -F- <<EOF
276 git add -A
277 git commit -F- <<EOF
292 git add -A
293 git commit -F- <<EOF
307 3. `git commit` the file change
313 git commit -a -F- <<EOF
345 git merge --no-ff icu${ICU_VERSION} -m "
368 git commit -a -F- <<EOF