Home
last modified time | relevance | path

Searched full:git (Results 1 – 25 of 1486) sorted by relevance

12345678910>>...60

/external/autotest/client/tests/qemu_iotests/
Dqemu-iotests.tar.bz2 ... /.git/index qemu-iotests/.git/description qemu-iotests/.git/objects ...
/external/autotest/client/tests/scrashme/
Dscrashme-git-snapshot-03-18-2010.tar.bz2
/external/v8/tools/release/
Dtest_scripts.py469 self.Expect([Cmd("git --version", "git version 1.2.3"),
470 Cmd("git dummy", "")])
471 self.assertEquals("git version 1.2.3", self.MakeStep().Git("--version"))
472 self.assertEquals("", self.MakeStep().Git("dummy"))
476 Cmd("git status -s -uno", ""),
477 Cmd("git checkout -f origin/master", ""),
478 Cmd("git fetch", ""),
479 Cmd("git branch", " branch1\n* %s" % TEST_CONFIG["BRANCHNAME"]),
481 Cmd("git branch -D %s" % TEST_CONFIG["BRANCHNAME"], ""),
488 Cmd("git status -s -uno", ""),
[all …]
Dgit_recipes.py32 ROLL_DEPS_GIT_SVN_ID_RE = re.compile('^git-svn-id: .*@([0-9]+) .*$')
43 # Key for the 'git-svn' ID metadata commit footer entry.
44 GIT_SVN_ID_FOOTER_KEY = 'git-svn-id'
46 # e.g., git-svn-id: https://v8.googlecode.com/svn/trunk@23117
102 return self.Git("status -s -uno", **kwargs).strip() == ""
106 return self.Git("branch", **kwargs)
111 self.Git(MakeArgs(["new-branch", name] + remote_args), **kwargs)
115 self.Git(MakeArgs(["branch -D", name]), **kwargs)
119 self.Git(MakeArgs(["reset --hard", name]), **kwargs)
122 self.Git(MakeArgs(["stash"]), **kwargs)
[all …]
/external/skia/experimental/documentation/
Dgerrit.md1 Using Gerrit without git-cl
9 This command sets up a Git commit-message hook to add a unique Change-Id to
13 curl -Lo "$(git rev-parse --git-dir)/hooks/commit-msg"
15 chmod +x "$(git rev-parse --git-dir)/hooks/commit-msg"
22 git remote set-url origin 'https://skia.googlesource.com/skia.git'
30 git checkout -b TOPIC
34 git checkout -b TOPIC -t origin/master
39 git commit --all --message 'Change Foo'
40 git log -1
42 `git log` should show that a Change-Id line has been added you your commit
[all …]
/external/mesa3d/docs/
Drepository.html20 Mesa uses <a href="http://git-scm.com">git</a>
25 The master git repository is hosted on
39 >browse the main Mesa git repository</a> and the
41 >Mesa demos and tests git repository</a>.
45 <h2 id="anonymous">Anonymous git Access</h2>
52 <li>Install the git software on your computer if needed.<br><br>
55 git clone git://anongit.freedesktop.org/git/mesa/mesa
59 git pull origin
63 git clone git://anongit.freedesktop.org/git/mesa/demos
68 <h2 id="developer">Developer git Access</h2>
[all …]
/external/skia/tools/
Dgit-sync-deps8 """Parse a DEPS file and git checkout all of the dependencies.
14 GIT_EXECUTABLE: path to "git" binary; if unset, will look for one of
15 ['git', 'git.exe', 'git.bat'] in your default path.
22 Git Config:
25 git config sync-deps.disable true
29 git config --unset sync-deps.disable
40 """Find the git executable.
46 searchlist = ['git', 'git.exe', 'git.bat']
50 for git in searchlist:
52 subprocess.call([git, '--version'], stdout=devnull)
[all …]
/external/glide/
Dupdate_files.sh23 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 || true
47 git rm -rf .idea || true
[all …]
/external/syslinux/bios/com32/elflink/ldlinux/
Dldlinux.elfparse_image_type strncmp strcpy load_kernel strncpy execute findpath fclose default_cmd ConfigName _kaboom dev_ansiserial_w dev_stdcon_r openconsole __syslinux_set_serial_console_info syslinux_getadv syslinux_setadv syslinux_adv_write kbd_shiftflags ...
/external/syslinux/efi32/com32/elflink/ldlinux/
Dldlinux.elfparse_image_type strncmp strcpy load_kernel strncpy execute findpath fclose default_cmd ConfigName _kaboom dev_ansiserial_w dev_stdcon_r openconsole __syslinux_set_serial_console_info syslinux_getadv syslinux_setadv syslinux_adv_write kbd_shiftflags ...
/external/clang/
DToolchainPrebuilts.md14 You can use git/svn to query the latest tagged version to see what we will be
27 persistent-https://android.git.corp.google.com/platform/manifest -b llvm
33 git branch -D working_dev
48 git branch -D clean_master
49 git checkout -b clean_master <SHA_FOR_SQUASH>
50 git checkout working_dev
51 git merge -s ours clean_master
52 git push aosp refs/heads/working_dev:refs/heads/dev
53 git branch -D clean_master
58 git branch -D clean_master
[all …]
/external/autotest/client/common_lib/
Drevision_control.py18 """Exceptions raised for general git errors."""
22 """Exceptions raised for git clone errors."""
26 """Exception raised for git fetch errors."""
30 """Exception raised for git pull errors."""
34 """Exception raised for git reset errors."""
38 """Exception raised for git commit errors."""
43 This class represents a git repo.
45 It is used to pull down a local copy of a git repo, check if the local
55 @param giturl: master repo git url.
57 @param abs_work_tree: work tree of the git repo. In the
[all …]
/external/vulkan-validation-layers/build-android/
Dupdate_external_sources_android.sh40 git clone persistent-https://android.git.corp.google.com/platform/external/shaderc/glslang .
41 git checkout $GLSLANG_REVISION
47 git fetch --all
48 git checkout $GLSLANG_REVISION
56 git clone persistent-https://android.git.corp.google.com/platform/external/shaderc/spirv-tools .
57 git checkout $SPIRV_TOOLS_REVISION
63 git fetch --all
64 git checkout $SPIRV_TOOLS_REVISION
72git clone persistent-https://android.git.corp.google.com/platform/external/shaderc/spirv-headers .
73 git checkout $SPIRV_HEADERS_REVISION
[all …]
Dupdate_external_sources_android.bat40 where /q git.exe
43 echo git.exe not found
44 echo Git for Windows can be downloaded here: https://git-scm.com/download/win
45 echo Install and ensure git.exe makes it into your PATH
197 git clone https://github.com/KhronosGroup/glslang.git .
198 git checkout %GLSLANG_REVISION%
209 git fetch --all
210 git checkout %GLSLANG_REVISION%
222 git clone https://github.com/KhronosGroup/SPIRV-Tools.git .
223 git checkout %SPIRV_TOOLS_REVISION%
[all …]
/external/llvm/utils/git-svn/
Dgit-svnrevert5 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/null
42 git reset --hard HEAD
[all …]
/external/harfbuzz_ng/.ci/
Ddeploy-docs.sh9 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 upstream
28 git reset upstream/gh-pages
31 git add -A .
[all …]
/external/skia/infra/bots/recipes/bundle_recipes.expected/
DBundleRecipes.json4 "git",
9 "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
12 "name": "git init"
16 "git",
22 "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
25 "name": "git add"
29 "git",
36 "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
39 "name": "git commit"
51 "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
/external/skia/
DDEPS4 … : "https://chromium.googlesource.com/chromium/buildtools.git@e6b510a9daf822bbe9f…
5 …"common" : "https://skia.googlesource.com/common.git@9737551d7a52c3db…
6 …"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@cce8965…
7 …g_sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@96443b262250c390b0c…
8 …/expat" : "https://android.googlesource.com/platform/external/expat.git@android-6.0.1_r55",
9 …"third_party/externals/freetype" : "https://skia.googlesource.com/third_party/freetype2.git@4…
10 …"third_party/externals/harfbuzz" : "https://skia.googlesource.com/third_party/harfbuzz.git@1.…
11 …"third_party/externals/icu" : "https://chromium.googlesource.com/chromium/deps/icu.git@e…
12 …"third_party/externals/imgui" : "https://github.com/ocornut/imgui.git@6384eee34f08cb7eab8d…
13 … : "https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp.git@1.0.0",
[all …]
/external/skia/infra/bots/
Dgit_utils.py6 """This module contains functions for using git."""
17 """Class to manage local git configs."""
25 prev = subprocess.check_output(['git', 'config', '--local', k]).rstrip()
31 subprocess.check_call(['git', 'config', '--local', k, v])
37 ['git', 'config', '--local', k, self._previous_values[k]])
39 subprocess.check_call(['git', 'config', '--local', '--unset', k])
43 """Class to manage git branches.
59 subprocess.check_call(['git', 'reset', '--hard', 'HEAD'])
60 subprocess.check_call(['git', 'checkout', 'master'])
61 if self._branch_name in subprocess.check_output(['git', 'branch']).split():
[all …]
/external/libcap/
DCHANGELOG5 See GIT repository for detailed source history
7 https://git.kernel.org/cgit/linux/kernel/git/morgan/libcap.git/
11 git clone git://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git
15 https://git.kernel.org/cgit/linux/kernel/git/morgan/libcap.git/tree/License
/external/syslinux/efi32/com32/lib/
Dlibcom32.elfadler32 adler32_combine adler32_combine64 compress2 deflateInit_ deflate deflateEnd compressBound get_crc_table crc32 crc32_combine crc32_combine64 uncompress inflateInit_ inflate inflateEnd deflateSetDictionary deflateReset deflateSetHeader ...
/external/bison/build-aux/
Dgit-version-gen20 # This script is derived from GIT-VERSION-GEN from GIT: http://git.or.cz/.
22 # - from a git repository in which the "git describe" command below
24 # - from a non-git-repo directory containing a .tarball-version file, which
25 # presumes this script is invoked like "./git-version-gen .tarball-version".
32 # the last time autoconf was run, and used by git-version-gen. Must not
33 # be present in either $(srcdir) or $(builddir) for git-version-gen to
58 # m4_esyscmd([build-aux/git-version-gen .tarball-version]),
75 version="git-version-gen $scriptversion
88 --prefix prefix of git tags (default 'v')
134 # then try "git describe", then default.
[all …]
/external/libvpx/
Dupdate_libvpx.sh18 # 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/
Dupdate_external_sources.sh21 git clone https://github.com/KhronosGroup/glslang.git .
22 git checkout ${GLSLANG_REVISION}
28 git fetch --all
29 git checkout --force ${GLSLANG_REVISION}
37 git clone https://github.com/KhronosGroup/SPIRV-Tools.git .
38 git checkout ${SPIRV_TOOLS_REVISION}
41 git clone https://github.com/KhronosGroup/SPIRV-Headers .
42 git checkout ${SPIRV_HEADERS_REVISION}
48 git fetch --all
49 git checkout ${SPIRV_TOOLS_REVISION}
[all …]
/external/fmtlib/support/
Dupdate-converity-branch.py10 class Git: class
15 output = check_output(['git'] + list(args), cwd=self.dir, stderr=STDOUT)
21 git = Git(dir) variable
22 git('clone', '-b', 'coverity', 'git@github.com:fmtlib/fmt.git', dir)
23 output = git('merge', '-X', 'theirs', '--no-commit', 'origin/master')
25 git('reset', 'HEAD', '.travis.yml')
26 git('checkout', '--', '.travis.yml')
27 git('commit', '-m', 'Update coverity branch')
28 git('push')

12345678910>>...60