HomeSort by relevance Sort by last modified time
    Searched refs:git (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/utils/git-svn/
git-svnup 3 if [ -n "`git status -uno -s --porcelain`" ]; then
5 git status -uno
9 git fetch
10 OLD_BRANCH=$(git rev-parse --abbrev-ref HEAD)
11 git checkout master 2> /dev/null
12 git svn rebase -l
13 git checkout $OLD_BRANCH 2> /dev/null
git-svnrevert 5 echo "$0 <rNNNNNN | git-hash>"
9 if [ -n "$(git status -uno -s --porcelain)" ]; then
11 git status -uno
16 OTHER=$(git svn find-rev "$COMMIT")
18 echo "Error! Could not find an svn/git revision for commit $COMMIT!"
29 GIT=$OTHER
32 GIT=$COMMIT
36 ONE_LINE_MSG=$(git log --oneline $GIT -1 | cut -f2- -d " ")
39 git revert --no-commit $GIT 2>/dev/nul
    [all...]
  /external/llvm/lib/Fuzzer/
pull_and_push_fuzz_corpus.sh 3 # with an external git repository.
6 # It assumes that DIR is inside a git repo and push
9 git add *
10 git commit -m "fuzz test corpus"
11 git pull --rebase --no-edit
13 echo GIT PUSH $1 ATTEMPT $attempt
14 if $(git push); then break; fi
15 git pull --rebase --no-edit
  /external/llvm/utils/
GetRepositoryPath 19 elif [ -f .git/svn/.metadata ]; then
20 git svn info | grep 'URL:' | cut -d: -f2-
21 elif [ -d .git ]; then
22 git remote -v | grep 'fetch' | awk '{ print $2 }' | head -n1
GetSourceVersion 19 elif [ -f .git/svn/.metadata ]; then
20 git svn info | grep 'Revision:' | cut -d: -f2-
21 elif [ -d .git ]; then
22 git log -1 --pretty=format:%H
  /external/harfbuzz_ng/.ci/
deploy-docs.sh 9 TAG="$(git describe --exact-match --match "[0-9]*" HEAD 2>/dev/null || true)"
12 REVISION=$(git rev-parse --short HEAD)
20 git init
21 git config user.name "Travis CI"
22 git config user.email "travis@harfbuzz.org"
24 echo "git remote add upstream \"https://\$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git\""
25 git remote add upstream "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git"
27 git fetch upstrea
    [all...]
  /external/glide/
update_files.sh 23 if ! git remote | grep bump > /dev/null;
25 git remote add bump https://github.com/bumptech/glide.git
30 git fetch bump ${GLIDE_BRANCH} || exit 1
37 git checkout ${ANDROID_BRANCH_NAME}
40 git merge FETCH_HEAD || true
43 git rm -rf samples || true
44 git rm -rf integration || true
45 git rm -rf static || true
46 git rm -rf glide || tru
    [all...]
  /external/libvpx/libvpx/tools/
author_first_release.sh 7 ## If the TAGS arguments are unspecified, all tags reported by `git tag`
10 tags=${@:-$(git tag)}
12 git shortlog -n -e -s $tag |
  /external/libweave/third_party/libuweave/
update.sh 11 git subtree add --prefix third_party/temp_libuweave \
16 git mv -kf temp_libuweave/LICENSE libuweave/
17 git mv -kf temp_libuweave/src/crypto_hmac.h libuweave/src/crypto_hmac.h
18 git mv -kf temp_libuweave/src/macaroon* libuweave/src/
19 git mv -kf temp_libuweave/src/crypto_utils.* libuweave/src/
22 git rm -rf third_party/temp_libuweave
23 git reset --soft weave/master
24 git commit -av
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
author_first_release.sh 7 ## If the TAGS arguments are unspecified, all tags reported by `git tag`
10 tags=${@:-$(git tag)}
12 git shortlog -n -e -s $tag |
  /prebuilts/ninja/darwin-x86/
build-ninja.sh 3 # works on Linux, OSX, and Windows (Git Bash)
18 git clone https://android.googlesource.com/platform/external/ninja.git src
20 git remote add upstream https://github.com/martine/ninja.git
21 git fetch upstream
22 git checkout $VER
23 INSTALL_VER=${INSTALL_VER/${VER}/${VER}-$(git rev-parse --short=12 HEAD)}
33 EXTRA_COMMIT_MSG=$(echo -e "\n\nChanges since ${BASE_VER}:" && git log --oneline --abbrev=12 ${BASE_VER}..HEAD)
  /prebuilts/ninja/linux-x86/
build-ninja.sh 3 # works on Linux, OSX, and Windows (Git Bash)
18 git clone https://android.googlesource.com/platform/external/ninja.git src
20 git remote add upstream https://github.com/martine/ninja.git
21 git fetch upstream
22 git checkout $VER
23 INSTALL_VER=${INSTALL_VER/${VER}/${VER}-$(git rev-parse --short=12 HEAD)}
33 EXTRA_COMMIT_MSG=$(echo -e "\n\nChanges since ${BASE_VER}:" && git log --oneline --abbrev=12 ${BASE_VER}..HEAD)
  /external/dagger2/
deploy_website.sh 9 REPO="git@github.com:square/dagger.git"
19 git clone $REPO $DIR
25 git checkout -t origin/gh-pages
39 # Stage all files in git and create a commit
40 git add .
41 git add -u
42 git commit -m "Website at $(date)"
45 git push origin gh-pages
  /external/okhttp/okio/
deploy_javadoc.sh 5 REPO="git@github.com:square/okio.git"
15 git clone $REPO $DIR
21 git checkout -t origin/gh-pages
31 # Stage all files in git and create a commit
32 git add .
33 git add -u
34 git commit -m "Website at $(date)"
37 git push origin gh-pages
  /external/dagger2/util/
generate-latest-docs.sh 12 git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/google/dagger gh-pages > /dev/null
15 git config --global user.email "travis@travis-ci.org"
16 git config --global user.name "travis-ci"
17 git rm -rf api/latest
20 git add -f api/latest
21 git commit -m "Lastest javadoc on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to gh-pages"
22 git push -fq origin gh-pages > /dev/null
  /external/iw/
version.sh 6 if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then
7 git update-index --refresh --unmerged > /dev/null
8 descr=$(git describe --match=v*)
10 # on git builds check that the version number above
15 if git diff-index --name-only HEAD | read dummy ; then
  /ndk/sources/cxx-stl/llvm-libc++/tools/
upgrade-upstream.sh 116 echo "Creating git repository and 'master' branch."
117 run git init
123 run git add .
124 run git add -f .gitignore
125 run git commit -m "upstream @$REVISION"
128 run git branch ndk master
129 run git checkout ndk
133 run git am "$NDK_LIBCXX_DIR"/patches.android/*
142 run git checkout master
143 run git tag revision-$REVISION HEA
    [all...]
  /external/fio/
FIO-VERSION-GEN 10 # then try git-describe, then default.
14 elif test -d .git -o -f .git &&
15 VN=`git describe --match "fio-[0-9]*" --abbrev=4 HEAD 2>/dev/null` &&
19 git update-index -q --refresh
20 test -z "`git diff-index --name-only HEAD --`" ||
  /external/strace/
make-dist 12 git clone -q -n -s .git "$distdir"
15 git checkout -f "$tag"
17 ./git-set-file-times
  /external/vboot_reference/scripts/
getversion.sh 9 if ghash=$(git rev-parse --short --verify HEAD 2>/dev/null); then
10 if gdesc=$(git describe --dirty --match='v*' 2>/dev/null); then
18 numcommits=$(git rev-list HEAD | wc -l)
24 git status > /dev/null 2>&1
26 dirty=$(sh -c "[ '$(git diff-index --name-only HEAD)' ] \
  /external/libvpx/
update_libvpx.sh 18 # 2. git
22 # Location for the remote git repository.
49 # Start a local git repo.
50 git clone $GIT_REPO .
53 git checkout -b tot $GIT_BRANCH
55 add="$(git diff-index --diff-filter=A $prev_hash | \
57 delete="$(git diff-index --diff-filter=D $prev_hash | \
61 hash=$(git log -1 --format="%H")
84 echo "git log from upstream:"
85 pretty_git_log="$(git log
    [all...]
  /external/vulkan-validation-layers/
update_external_sources.sh 19 git clone https://github.com/KhronosGroup/glslang.git .
20 git checkout $GLSLANG_REVISION
26 git fetch --all
27 git checkout $GLSLANG_REVISION
35 git clone https://github.com/KhronosGroup/SPIRV-Tools.git .
36 git checkout $SPIRV_TOOLS_REVISION
42 git fetch --all
43 git checkout $SPIRV_TOOLS_REVISIO
    [all...]
  /external/okhttp/
deploy_website.sh 5 REPO="git@github.com:square/okhttp.git"
15 git clone $REPO $DIR
21 git checkout -t origin/gh-pages
45 # Stage all files in git and create a commit
46 git add .
47 git add -u
48 git commit -m "Website at $(date)"
51 git push origin gh-pages
  /external/skia/tools/
git-skia-verify 13 # As the name of this script tells, it only works for git repository. :)
18 # $ git skia-verify [sha1-to-compare-default-is-HEAD^]
48 git diff --exit-code > /dev/null
54 git diff --cached --exit-code > /dev/null
65 PREVIOUS_BRANCH=`git branch --no-color | grep "^*" | awk '{ print $2}'`
79 git checkout --detach "$REVISION"
86 git checkout "$PREVIOUS_BRANCH"
92 git checkout "$PREVIOUS_BRANCH"
  /developers/build/
github.sh 165 ## the sample code in our git to see if it needs updating.
181 git clone $URL.git &> /dev/null
183 diffResult=$(diff -r --exclude '*.git' ../prebuilts/gradle/$i/ ./android-$i/)
281 rsync -az --delete --exclude '*.git' ../prebuilts/gradle/$i/ ./android-$i/
285 git config user.name "google-automerger"
286 git config user.email automerger@google.com
288 git add .
289 git status
290 git commit -m "Auto-update
    [all...]

Completed in 416 milliseconds

1 2 3 4 5 6 7 8