Home
last modified time | relevance | path

Searched +full:- +full:- +full:git (Results 1 – 25 of 1088) sorted by relevance

12345678910>>...44

/third_party/vk-gl-cts/
Dhistory.log5 1014 sudo apt install pygobject-3.0
7 1016 sudo apt install python-gi-dev
12 1021 blueman-manager
30 1039 find . -name blueman-manager
31 1040 find . -name blueman
32 1041 find . -name "blueman"
33 1042 find . -name "blueman*"
34 1043 find . -name "*blueman*"
36 1045 blueman-manager
42 1051 vi blueman-adapters
[all …]
/third_party/typescript/tests/verify_3rd_libs/
Dclone_all_libs.bat3 git clone https://gitee.com/openharmony-sig/material-dialogs
4 git clone https://gitee.com/openharmony-sig/arangojs
5 git clone https://gitee.com/openharmony-sig/axios
6 git clone https://gitee.com/openharmony-sig/brotli
7 git clone https://gitee.com/openharmony-sig/crypto-js
8 git clone https://gitee.com/openharmony-sig/dataORM
9 git clone https://gitee.com/openharmony-sig/fileio-extra
10 git clone https://gitee.com/openharmony-sig/ijkplayer
11 git clone https://gitee.com/openharmony-sig/ImageViewZoom
12 git clone https://gitee.com/openharmony-sig/is-png
[all …]
/third_party/ffmpeg/doc/
Dgit-howto.texi1 \input texinfo @c -*- texinfo -*-
2 @documentencoding UTF-8
4 @settitle Using Git to develop FFmpeg
7 @center @titlefont{Using Git to develop FFmpeg}
16 This document aims in giving some quick references on a set of useful Git
18 provided directly by Git:
21 git --help
22 man git
28 git <command> --help
29 man git-<command>
[all …]
/third_party/skia/experimental/documentation/
Dgerrit.md1 Using Gerrit without git-cl
5 -----
9 This command sets up a Git commit-message hook to add a unique Change-Id to
10 each commit. Gerrit only accepts changes with a Change-Id and uses it to
13 experimental/tools/set-change-id-hook
20 git remote set-url origin 'https://skia.googlesource.com/skia.git'
24 --------------
26 Go to [skia.googlesource.com/new-password](https://skia.googlesource.com/new-password)
31 -----------------
35 git checkout -b TOPIC
[all …]
/third_party/rust/crates/clap/examples/
Dgit.md1 Git is an example of several common subcommand patterns.
5 $ git
9 Usage: git[EXE] <COMMAND>
20 -h, --help Print help
22 $ git help
25 Usage: git[EXE] <COMMAND>
36 -h, --help Print help
38 $ git help add
41 Usage: git[EXE] add <PATH>...
47 -h, --help Print help
[all …]
Dgit-derive.md3 Git is an example of several common subcommand patterns.
7 $ git-derive
11 Usage: git-derive[EXE] <COMMAND>
22 -h, --help Print help
24 $ git-derive help
27 Usage: git-derive[EXE] <COMMAND>
38 -h, --help Print help
40 $ git-derive help add
43 Usage: git-derive[EXE] add <PATH>...
49 -h, --help Print help
[all …]
/third_party/lwip/doc/
Dsavannah.txt5 1 - Obtaining lwIP from the Git repository
6 2 - Committers/developers Git access using SSH
7 3 - Merging a development branch to master branch
8 4 - How to release lwIP
12 1 Obtaining lwIP from the Git repository
13 ----------------------------------------
15 To perform an anonymous Git clone of the master branch (this is where
17 git clone git://git.savannah.nongnu.org/lwip.git
20 git clone --branch DEVEL-1_4_1 git://git.savannah.nongnu.org/lwip.git
23 git clone --branch STABLE-1_4_1 git://git.savannah.nongnu.org/lwip.git
[all …]
/third_party/mesa3d/docs/
Drepository.rst4 Mesa uses `Git <https://git-scm.com>`__ as its source code management
7 The upstream Git repository is hosted on
11 user <anonymous>` (read-only) or as a :ref:`developer <developer>`
14 You may also `browse the main Mesa Git
16 demos and tests Git
21 Anonymous Git Access
22 --------------------
24 To get the Mesa sources anonymously (read-only):
26 #. Install the Git software on your computer if needed.
29 .. code-block:: console
[all …]
/third_party/vk-gl-cts/external/amber/src/tools/
Dgit-sync-deps8 # http://www.apache.org/licenses/LICENSE-2.0
16 """Parse a DEPS file and git checkout all of the dependencies.
21 --with-swiftshader Checkout Swiftshader dependencies
22 --with-clspv Checkout clspv dependencies
23 --with-dxc Checkout dxc dependencies
26 GIT_EXECUTABLE: path to "git" binary; if unset, will look for one of
27 ['git', 'git.exe', 'git.bat'] in your default path.
32 GIT_SYNC_DEPS_QUIET: if set to non-empty string, suppress messages.
34 Git Config:
37 git config sync-deps.disable true
[all …]
/third_party/spirv-tools/utils/
Dgit-sync-deps30 """Parse a DEPS file and git checkout all of the dependencies.
35 GIT_EXECUTABLE: path to "git" binary; if unset, will look for one of
36 ['git', 'git.exe', 'git.bat'] in your default path.
41 GIT_SYNC_DEPS_QUIET: if set to non-empty string, suppress messages.
43 Git Config:
46 git config sync-deps.disable true
48 To re-enable sync:
50 git config --unset sync-deps.disable
63 """Find the git executable.
72 searchlist = ['git', 'git.exe', 'git.bat']
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dbuild-skqp_git-sync-deps.patch6 diff --git a/tools/git-sync-deps b/tools/git-sync-deps
8 --- a/tools/git-sync-deps
9 +++ b/tools/git-sync-deps
10 @@ -43,7 +43,7 @@ def git_executable():
14 - searchlist = ['git']
15 + searchlist = ['git', 'git.bat']
19 @@ -94,21 +94,25 @@ def is_git_toplevel(git, directory):
22 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip()
23 - return os.path.realpath(directory) == os.path.realpath(toplevel)
29 -def status(directory, checkoutable):
[all …]
/third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/
DBuild-Debian10-Clang-x86_64-Release-NoDEPS.json5 "-u",
6 …process.check_output([which, 'git'])\nprint('git was found at %s' % git)\nif 'cipd_bin_packages' n…
12 "name": "Assert that Git is from CIPD",
20 "@@@STEP_LOG_LINE@python.inline@git = subprocess.check_output([which, 'git'])@@@",
21 "@@@STEP_LOG_LINE@python.inline@print('git was found at %s' % git)@@@",
22 "@@@STEP_LOG_LINE@python.inline@if 'cipd_bin_packages' not in git:@@@",
23 …"@@@STEP_LOG_LINE@python.inline@ print('Git must be obtained through CIPD.', file=sys.stderr)@@@",
31 "-u",
32 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
33 "--path",
[all …]
/third_party/skia/tools/
Dgit-sync-deps4 # Use of this source code is governed by a BSD-style license that can be
8 """Parse a DEPS file and git checkout all of the dependencies.
14 GIT_EXECUTABLE: path to "git" binary; if unset, will look for git in
20 GIT_SYNC_DEPS_QUIET: if set to non-empty string, suppress messages.
22 Git Config:
25 git config sync-deps.disable true
27 To re-enable sync:
29 git config --unset sync-deps.disable
40 """Find the git executable.
46 searchlist = ['git']
[all …]
/third_party/skia/third_party/externals/spirv-tools/utils/
Dgit-sync-deps30 """Parse a DEPS file and git checkout all of the dependencies.
36 GIT_EXECUTABLE: path to "git" binary; if unset, will look for one of
37 ['git', 'git.exe', 'git.bat'] in your default path.
42 GIT_SYNC_DEPS_QUIET: if set to non-empty string, suppress messages.
44 Git Config:
47 git config sync-deps.disable true
49 To re-enable sync:
51 git config --unset sync-deps.disable
64 """Find the git executable.
70 searchlist = ['git', 'git.exe', 'git.bat']
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dgit-sync-deps30 """Parse a DEPS file and git checkout all of the dependencies.
36 GIT_EXECUTABLE: path to "git" binary; if unset, will look for one of
37 ['git', 'git.exe', 'git.bat'] in your default path.
42 GIT_SYNC_DEPS_QUIET: if set to non-empty string, suppress messages.
44 Git Config:
47 git config sync-deps.disable true
49 To re-enable sync:
51 git config --unset sync-deps.disable
64 """Find the git executable.
70 searchlist = ['git', 'git.exe', 'git.bat']
[all …]
/third_party/glslang/.github/workflows/
Dcontinuous_integration.yml13 - master
17 runs-on: ${{matrix.os}}
19 fail-fast: false
21 os: [ubuntu-20.04]
25 - uses: actions/checkout@v2
26 - uses: actions/setup-python@v2
28 python-version: '3.7'
29 - name: Install Ubuntu Package Dependencies
31 sudo apt-get -qq update
32 sudo apt-get install -y clang-6.0
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/
Dupdate-llvm-10.sh3 # llvm now lives in a mono-repo along with clang, libc, lldb and a whole bunch
8 # * The llvm10-clean branch is fetched and checked out.
10 # * The third_party/llvm-10.0/llvm is replaced with the latest LLVM version.
12 # * The original branch is checked out again, and a merge from llvm10-clean to
16 STAGING_DIR="/tmp/llvm-10-update"
17 CLEAN_BRANCH="llvm10-clean"
19 TARGET_DIR="${THIRD_PARTY_DIR}/llvm-10.0/llvm"
23 SWIFTSHADER_HEAD=`git rev-parse HEAD`
26 if ! git diff --quiet HEAD; then
27 echo "Git workspace not clean"
[all …]
/third_party/skia/infra/bots/
Dgit_utils.py3 # Use of this source code is governed by a BSD-style license that can be
6 """This module contains functions for using git."""
18 """Class to manage local git configs."""
26 prev = subprocess.check_output(['git', 'config', '--local', k]).rstrip()
32 subprocess.check_call(['git', 'config', '--local', k, v])
38 ['git', 'config', '--local', k, self._previous_values[k]])
40 subprocess.check_call(['git', 'config', '--local', '--unset', k])
44 """Class to manage git branches.
61 subprocess.check_call(['git', 'reset', '--hard', 'HEAD'])
62 subprocess.check_call(['git', 'checkout', 'main'])
[all …]
/third_party/skia/third_party/externals/spirv-cross/
Dcheckout_glslang_spirv_tools.sh2 # Copyright 2016-2021 The Khronos Group Inc.
3 # SPDX-License-Identifier: Apache-2.0
9 if [ -z $PROTOCOL ]; then
10 PROTOCOL=git
15 if [ -d external/glslang ]; then
18 git fetch origin
19 git checkout $GLSLANG_REV
22 mkdir -p external
24 git clone $PROTOCOL://github.com/KhronosGroup/glslang.git
26 git checkout $GLSLANG_REV
[all …]
/third_party/vk-gl-cts/framework/qphelper/
Dgen_release_info.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # --------------------------------------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
40 commit = subprocess.check_output(["git", "--git-dir", gitDir,
41 "describe", "--always", "--long", "--abbrev=40"])
45 commit = subprocess.check_output(["git", "--git-dir", gitDir,
46 "rev-parse", "HEAD"])
51 /* WARNING: auto-generated file, use {genFileName} to modify */
[all …]
/third_party/skia/third_party/externals/freetype/
DREADME.git1 README.git
6 -----------------
12 from which the 'freetype.git' and 'freetype-demos.git' repositories
15 git clone https://gitlab.freedesktop.org/freetype/freetype.git
16 git clone https://gitlab.freedesktop.org/freetype/freetype-demos.git
22 git clone \
23 https://git.savannah.nongnu.org/git/freetype/freetype2.git \
25 git clone \
26 https://git.savannah.nongnu.org/git/freetype/freetype2-demos.git \
27 freetype-demos
[all …]
/third_party/libbpf/scripts/
Dsync-kernel.sh4 echo "USAGE: ./sync-kernel.sh <libbpf-repo> <kernel-repo> <bpf-branch>"
6 …echo "Set BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <libbpf-repo>/CH…
7 …BPF_BASELINE to override bpf tree commit, otherwise read from <libbpf-repo>/BPF-CHECKPOINT-COMMIT."
8 echo "Set MANUAL_MODE to 1 to manually control every cherry-picked commits."
12 set -eu
14 LIBBPF_REPO=${1-""}
15 LINUX_REPO=${2-""}
16 BPF_BRANCH=${3-""}
17 BASELINE_COMMIT=${BPF_NEXT_BASELINE:-$(cat ${LIBBPF_REPO}/CHECKPOINT-COMMIT)}
18 BPF_BASELINE_COMMIT=${BPF_BASELINE:-$(cat ${LIBBPF_REPO}/BPF-CHECKPOINT-COMMIT)}
[all …]
/third_party/ninja/
DRELEASING4 1. Run afl-fuzz for a day or so and run ninja_test
5 2. Consider sending a heads-up to the ninja-build mailing list first
7 4. Update src/version.cc with new version (with ".git"), then
8 git commit -am 'mark this 1.5.0.git'
9 5. git checkout release; git merge master
12 8. commit, tag, push (don't forget to push --tags)
13 git commit -am v1.5.0; git push origin release
14 git tag v1.5.0; git push --tags
15 # Push the 1.5.0.git change on master too:
16 git checkout master; git push origin master
[all …]
DRELEASING.md4 1. Run afl-fuzz for a day or so and run ninja_test
5 2. Consider sending a heads-up to the ninja-build mailing list first
7 4. Update src/version.cc with new version (with ".git"), then
9 git commit -am 'mark this 1.5.0.git'
11 5. git checkout release; git merge master
14 8. commit, tag, push (don't forget to push --tags)
16 git commit -am v1.5.0; git push origin release
17 git tag v1.5.0; git push --tags
18 # Push the 1.5.0.git change on master too:
19 git checkout master; git push origin master
[all …]
/third_party/skia/site/docs/dev/contrib/
Dsubmit.md1 ---
4 ---
6 ## Configure git
8 <!--?prettify lang=sh?-->
10 git config --global user.name "Your Name"
11 git config --global user.email you@example.com
17 <!--?prettify lang=sh?-->
19 git config branch.autosetuprebase always
20 git checkout -b my_feature origin/main
24 <!--?prettify lang=sh?-->
[all …]

12345678910>>...44