Home
last modified time | relevance | path

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

12345678910>>...104

/third_party/vk-gl-cts/
Dhistory.log101 1110 git clone
102 1111 git clone git://code.qt.io/qt/qtconnectivity.git
167 1176 git status
437 1446 git status
438 1447 git add .
439 1448 git commit "test commit for codecheck"
440 1449 git commit -sm "test commit for codecheck"
441 1450 git push
442 1451 git
443 1452 git log
[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.texi4 @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>
35 @url{http://gitref.org, Git Reference} website.
37 For more information about the Git project, visit the
[all …]
/third_party/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
20 git remote set-url origin 'https://skia.googlesource.com/skia.git'
35 git checkout -b TOPIC
39 git checkout -b TOPIC -t origin/main
44 git commit --all --message 'Change Foo'
45 git log -1
47 `git log` should show that a Change-Id line has been added you your commit
57 git push origin @:refs/for/main
59 `@` is shorthand for `HEAD`, introduced in git v1.8.5.
[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>
22 $ git help
25 Usage: git[EXE] <COMMAND>
38 $ git help add
41 Usage: git[EXE] add <PATH>...
53 $ git add
57 Usage: git[EXE] add <PATH>...
65 $ git add Cargo.toml Cargo.lock
[all …]
Dgit-derive.md3 Git is an example of several common subcommand patterns.
7 $ git-derive
11 Usage: git-derive[EXE] <COMMAND>
24 $ git-derive help
27 Usage: git-derive[EXE] <COMMAND>
40 $ git-derive help add
43 Usage: git-derive[EXE] add <PATH>...
55 $ git-derive add
59 Usage: git-derive[EXE] add <PATH>...
67 $ git-derive add Cargo.toml Cargo.lock
[all …]
/third_party/lwip/doc/
Dsavannah.txt5 1 - Obtaining lwIP from the Git repository
6 2 - Committers/developers Git access using SSH
12 1 Obtaining lwIP from the Git repository
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
26 2 Committers/developers Git access using SSH
30 As such, Git commits to the server occur through a SSH tunnel for project members.
41 ssh -v your_login@git.sv.gnu.org
[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
14 You may also `browse the main Mesa Git
16 demos and tests Git
21 Anonymous Git Access
26 #. Install the Git software on your computer if needed.
31 git clone https://gitlab.freedesktop.org/mesa/mesa.git
37 git pull origin
43 git clone https://gitlab.freedesktop.org/mesa/demos.git
47 Developer Git Access
[all …]
/third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/
DBuild-Debian10-Clang-x86_64-Release-NoDEPS.json6 …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)@@@",
32 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
36 "https://skia.googlesource.com/skia.git"
38 "name": "git setup"
42 "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.
44 Git Config:
47 git config sync-deps.disable true
51 git config --unset sync-deps.disable
64 """Find the git executable.
70 searchlist = ['git', 'git.exe', 'git.bat']
74 for git in searchlist:
76 subprocess.call([git, '--version'], stdout=devnull)
[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.
44 Git Config:
47 git config sync-deps.disable true
51 git config --unset sync-deps.disable
64 """Find the git executable.
70 searchlist = ['git', 'git.exe', 'git.bat']
74 for git in searchlist:
76 subprocess.call([git, '--version'], stdout=devnull)
[all …]
/third_party/vk-gl-cts/external/amber/src/tools/
Dgit-sync-deps16 """Parse a DEPS file and git checkout all of the 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.
34 Git Config:
37 git config sync-deps.disable true
41 git config --unset sync-deps.disable
56 """Find the git executable.
62 searchlist = ['git', 'git.exe', 'git.bat']
66 for git in searchlist:
68 subprocess.call([git, '--version'], stdout=devnull)
[all …]
/third_party/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 git in
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']
50 for git in searchlist:
52 subprocess.call([git, '--version'], stdout=devnull)
55 return git
[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.
43 Git Config:
46 git config sync-deps.disable true
50 git config --unset sync-deps.disable
63 """Find the git executable.
72 searchlist = ['git', 'git.exe', 'git.bat']
76 for git in searchlist:
80 version_info = subprocess.check_output([git, '--version']).decode('utf-8')
[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
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()
47 -def git_checkout_to_directory(git, repo, checkoutable, directory, verbose):
48 +def git_checkout_to_directory(git, repo, commithash, directory, verbose):
49 """Checkout (and clone if needed) a Git repository.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/
Dupdate-llvm-10.sh23 SWIFTSHADER_HEAD=`git rev-parse HEAD`
26 if ! git diff --quiet HEAD; then
27 echo "Git workspace not clean"
37 git init
38 git remote add origin https://github.com/llvm/llvm-project.git
39 git config core.sparsecheckout true
40 echo "/llvm/lib" >> .git/info/sparse-checkout
41 echo "/llvm/include" >> .git/info/sparse-checkout
43 git pull origin $LLVM_REPO_BRANCH
44 LLVM_HEAD=`git log HEAD -n 1 --pretty=format:'%h'`
[all …]
/third_party/glslang/.github/workflows/
Dcontinuous_integration.yml37 # git clone --depth=1 https://github.com/google/googletest.git External/googletest
40 git init
41 git remote add origin https://github.com/google/googletest.git
42 git fetch --depth 1 origin 0c400f67fcf305869c5fb113dd296eca266c9725
43 git reset --hard FETCH_HEAD
79 # git clone --depth=1 https://github.com/google/googletest.git External/googletest
82 git init
83 git remote add origin https://github.com/google/googletest.git
84 git fetch --depth 1 origin 0c400f67fcf305869c5fb113dd296eca266c9725
85 git reset --hard FETCH_HEAD
[all …]
/third_party/skia/third_party/externals/spirv-cross/
Dcheckout_glslang_spirv_tools.sh10 PROTOCOL=git
18 git fetch origin
19 git checkout $GLSLANG_REV
24 git clone $PROTOCOL://github.com/KhronosGroup/glslang.git
26 git checkout $GLSLANG_REV
33 git fetch origin
34 git checkout $SPIRV_TOOLS_REV
39 git clone $PROTOCOL://github.com/KhronosGroup/SPIRV-Tools.git spirv-tools
41 git checkout $SPIRV_TOOLS_REV
46 git pull origin master
[all …]
/third_party/skia/infra/bots/
Dgit_utils.py6 """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'])
63 if self._branch_name in subprocess.check_output(['git', 'branch']).split():
[all …]
/third_party/mbedtls/tests/git-scripts/
DREADME.md1 README for git hooks script
3 git has a way to run scripts, which are invoked by specific git commands.
4 The git hooks are located in `<Mbed TLS root>/.git/hooks`, and as such are not under version control
5 for more information, see the [git documentation](https://git-scm.com/docs/githooks).
7git hooks are located in `<Mbed TLS root>/tests/git-scripts` directory, and one must create a soft…
11 Execute the following command to create a link on Linux from the Mbed TLS `.git/hooks` directory:
12 `ln -s ../../tests/git-scripts/pre-push.sh pre-push`
14 **Note: Currently the Mbed TLS git hooks work only on a GNU platform. If using a non-GNU platform, …
/third_party/vk-gl-cts/framework/qphelper/
Dgen_release_info.py40 commit = subprocess.check_output(["git", "--git-dir", gitDir,
45 commit = subprocess.check_output(["git", "--git-dir", gitDir,
71 …parser.add_argument('--git', dest='git', action='store_true', default=False, help="Development bui…
72 …parser.add_argument('--git-dir', dest='gitDir', default=None, help="Use specific git dir for extra…
73 …parser.add_argument('--glsl-git-dir', dest='glslGitDir', default=None, help="Use specific git dir …
74 …spirvtools-dir', dest='spirvToolsGitDir', default=None, help="Use specific git dir for extracting …
75 …vheaders-dir', dest='spirvHeadersGitDir', default=None, help="Use specific git dir for extracting …
85 if (args.releaseName != None) == args.git:
86 print("Either --name and --id, or --git must be specified")
94 defaultGitDir = os.path.normpath(os.path.join(curDir, "..", "..", ".git"))
[all …]
/third_party/ninja/
DRELEASING7 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
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
18 credits: git shortlog -s --no-merges REV..
32 5. git commit -m 'run update-docs.sh, 1.5.0 release'
33 6. git push origin master
DRELEASING.md7 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
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
23 credits: `git shortlog -s --no-merges REV..`
40 5. `git commit -m 'run update-docs.sh, 1.5.0 release'`
41 6. `git push origin master`
/third_party/skia/third_party/externals/freetype/
DREADME.git1 README.git
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 \
33 The git repository doesn't contain pre-built configuration scripts for
68 A build with `cmake` or `meson` can be done directly from the git
[all …]
/third_party/skia/
DDEPS13 … : "https://chromium.googlesource.com/chromium/src/buildtools.git@b138e6ce86ae843c42a…
14 …"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@d2755…
15 … : "https://skia.googlesource.com/external/github.com/google/brotli.git@e61745a6b7add50d380…
16 …urce.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390…
19 …"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@53e13fc7785f2fa8…
24 …sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@c8d0c9b1d16bfda56f1…
26 …: "https://chromium.googlesource.com/external/github.com/libexpat/libexpat.git@a28238bdeebc0870717…
27 … : "https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@e6e6cbf1648d4a776da…
28 …: "https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@a52c6df38a38c4e36ff…
29 …ls/icu" : "https://chromium.googlesource.com/chromium/deps/icu.git@a0718d4f121727e30b8…
[all …]

12345678910>>...104