Home
last modified time | relevance | path

Searched refs:git (Results 1 – 25 of 1829) sorted by relevance

12345678910>>...74

/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/skia/third_party/externals/swiftshader/third_party/
Dupdate-llvm-10.sh23 SWIFTSHADER_HEAD=`git rev-parse HEAD`
26 if ! git diff --quiet HEAD; then
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'`
49 …LAST_TARGET_UPDATE=`git log --grep="^llvm-10-update: [0-9a-f]\{9\}$" -n 1 --pretty=format:'%h' ${T…
[all …]
/third_party/libbpf/scripts/
Dsync-kernel.sh77 git log -n1 --pretty='%h ("%s")' $1
93 git show --pretty='("%s")|%aI|%b' --shortstat $ref -- "${@-.}" | tr '\n' '|'
112 …new_commits=$(git rev-list --no-merges --topo-order --reverse ${baseline_tag}..${tip_tag} -- "${LI…
144 if ! git cherry-pick ${new_commit} &>/dev/null; then
146 libbpf_conflict_cnt=$(git diff --name-only --diff-filter=U -- "${LIBBPF_PATHS[@]}" | wc -l)
147 conflict_cnt=$(git diff --name-only | wc -l)
154 git cherry-pick --abort
158 git add .
160 if ! GIT_EDITOR=true git cherry-pick --continue &>/dev/null; then
177 echo LINUX_$(git log --pretty='%h' -n1) "${signature}" >> ${TMP_DIR}/libbpf_commits.txt
[all …]
/third_party/rust/crates/clap/examples/
Dgit.md5 $ 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
72 $ git stash -h
[all …]
Dgit-derive.md7 $ 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
74 $ git-derive stash -h
[all …]
/third_party/skia/experimental/documentation/
Dgerrit.md1 Using Gerrit without git-cl
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.
64 git push origin @:refs/for/chrome/m57
[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/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):
52 @@ -117,8 +121,7 @@ def git_checkout_to_directory(git, repo, checkoutable, directory, verbose):
[all …]
/third_party/vk-gl-cts/external/amber/src/
DDEPS33 'third_party/clspv': Var('google_git') + '/clspv.git@' +
36 'third_party/clspv-llvm': Var('llvm_git') + '/llvm-project.git@' +
39 'third_party/cpplint': Var('cpplint_git') + '/cpplint.git@' +
42 'third_party/dxc': Var('microsoft_git') + '/DirectXShaderCompiler.git@' +
45 'third_party/googletest': Var('google_git') + '/googletest.git@' +
48 'third_party/json': Var('nlohmann_git') + '/json.git@' +
51 'third_party/glslang': Var('khronos_git') + '/glslang.git@' +
54 'third_party/lodepng': Var('lvandeve_git') + '/lodepng.git@' +
57 'third_party/shaderc': Var('google_git') + '/shaderc.git@' +
60 'third_party/spirv-headers': Var('khronos_git') + '/SPIRV-Headers.git@' +
[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/ffmpeg/doc/
Dgit-howto.texi21 git --help
22 man git
28 git <command> --help
29 man git-<command>
38 @url{http://git-scm.com/, Git website}.
49 You can get Git from @url{http://git-scm.com/}
56 git clone https://git.ffmpeg.org/ffmpeg.git <target>
62 git clone git@@source.ffmpeg.org:ffmpeg <target>
69 git clone gil@@ffmpeg.org:ffmpeg-web <target>
74 (Note that @var{gil} stands for GItoLite and is not a typo of @var{git}.)
[all …]
/third_party/lwip/doc/
Dsavannah.txt17 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
41 ssh -v your_login@git.sv.gnu.org
51 Shared connection to git.sv.gnu.org closed.
55 git clone your_login@git.sv.gnu.org:/srv/git/lwip.git
62 fingerprint against https://savannah.nongnu.org/git/?group=lwip
72 git checkout master
75 git merge your-development-branch
80 git commit -a
[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
/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 …]
/third_party/skia/tools/
Dgit-sync-deps50 for git in searchlist:
52 subprocess.call([git, '--version'], stdout=devnull)
55 return git
76 def git_repository_sync_is_disabled(git, directory): argument
79 [git, 'config', 'sync-deps.disable'], cwd=directory)
85 def is_git_toplevel(git, directory): argument
96 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip()
115 def git_checkout_to_directory(git, repo, commithash, directory, verbose): argument
135 [git, 'clone', '--quiet', '--no-checkout', repo, directory])
136 subprocess.check_call([git, 'checkout', '--quiet', commithash],
[all …]
/third_party/skia/third_party/externals/spirv-tools/utils/
Dgit-sync-deps74 for git in searchlist:
76 subprocess.call([git, '--version'], stdout=devnull)
79 return git
100 def git_repository_sync_is_disabled(git, directory): argument
103 [git, 'config', 'sync-deps.disable'], cwd=directory)
109 def is_git_toplevel(git, directory): argument
120 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip()
135 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument
156 [git, 'clone', '--quiet', repo, directory])
158 if not is_git_toplevel(git, directory):
[all …]
/third_party/spirv-tools/utils/
Dgit-sync-deps74 for git in searchlist:
76 subprocess.call([git, '--version'], stdout=devnull)
79 return git
100 def git_repository_sync_is_disabled(git, directory): argument
103 [git, 'config', 'sync-deps.disable'], cwd=directory)
109 def is_git_toplevel(git, directory): argument
120 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip()
135 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument
156 [git, 'clone', '--quiet', repo, directory])
158 if not is_git_toplevel(git, directory):
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dgit-sync-deps74 for git in searchlist:
76 subprocess.call([git, '--version'], stdout=devnull)
79 return git
100 def git_repository_sync_is_disabled(git, directory): argument
103 [git, 'config', 'sync-deps.disable'], cwd=directory)
109 def is_git_toplevel(git, directory): argument
120 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip()
135 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument
156 [git, 'clone', '--quiet', repo, directory])
158 if not is_git_toplevel(git, directory):
[all …]
/third_party/vk-gl-cts/external/amber/src/tools/
Dgit-sync-deps66 for git in searchlist:
68 subprocess.call([git, '--version'], stdout=devnull)
71 return git
92 def git_repository_sync_is_disabled(git, directory): argument
95 [git, 'config', 'sync-deps.disable'], cwd=directory)
101 def is_git_toplevel(git, directory): argument
112 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip()
127 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument
151 [git, 'clone', '--quiet', repo, directory])
153 if not is_git_toplevel(git, directory):
[all …]
/third_party/libexif/
DMakefile.am27 if test -f $(srcdir)/ChangeLog.git; then \
28 cp -p $(srcdir)/ChangeLog.git $(distdir)/ChangeLog.git; \
31 .PHONY: git-changelog
32 git-changelog: $(srcdir)/ChangeLog.git
34 .PHONY: $(srcdir)/ChangeLog.git
35 $(srcdir)/ChangeLog.git:
38 .PHONY: git-tag-release
39 git-tag-release:
44 cd "$(srcdir)" && git tag "$${tag}"
/third_party/protobuf/php/
Drelease.sh13 git clone git@github.com:protocolbuffers/protobuf-php.git
14 git clone git@github.com:protocolbuffers/protobuf.git
23 git checkout -b $VERSION
31 git add .
32 git commit -m "$VERSION"
33 git tag "$VERSION"
/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/typescript/scripts/
Dopen-cherry-pick-pr.mjs13 const remoteUrl = `https://${process.argv[2]}@github.com/${userName}/TypeScript.git`;
24 ["git", ["rev-parse", "HEAD"]]
27 ["git", ["log", "-1", `--pretty="%aN <%aE>"`]]
36 …if (inputPR.base.repo.git_url !== `git:github.com/microsoft/TypeScript` && inputPR.base.repo.git_u…
38 …["git", ["remote", "add", "nonlocal", inputPR.base.repo.git_url.replace(/^git:(?:\/\/)?/, "https:/…
44 ["git", ["fetch", remoteName, baseBranchName]]
47 …["git", ["log", `${remoteName}/${baseBranchName}..${currentSha.trim()}`, `--pretty="%h %s%n%b"`, "…
54 …const mergebase = runSequence([["git", ["merge-base", `${remoteName}/${baseBranchName}`, currentSh…
56 ["git", ["checkout", "-b", "temp-branch"]],
57 ["git", ["reset", mergebase, "--soft"]]
[all …]
/third_party/skia/third_party/freetype2/
Droll-freetype.sh3 FT_GIT_REPO=https://chromium.googlesource.com/chromium/src/third_party/freetype2.git
10 …FT_PREVIOUS_REV=$(git grep "${FT_GIT_REPO}" HEAD~1 -- DEPS | sed 's!.*'${FT_GIT_REPO}'@\([[:xdigit…
15 git -C ${FT_GIT_DIR} fetch &&
16 FT_NEXT_REV=$(git -C ${FT_GIT_DIR} rev-parse ${FT_GIT_REF})
22 tools/git-sync-deps &&
23 git add DEPS
31 git -C ${FT_GIT_DIR} cat-file blob ${FT_PREVIOUS_REV}:${FT_INCLUDE} >> ${TMPFILE} &&
32 git merge-file ${FT_BUILD_DIR}/${SKIA_INCLUDE} ${TMPFILE} ${FT_GIT_DIR}/${FT_INCLUDE} &&
34 git add ${FT_BUILD_DIR}/${SKIA_INCLUDE}
41 FT_COMMIT_COUNT=$(git -C ${FT_GIT_DIR} rev-list --count ${FT_PREVIOUS_REV}..${FT_NEXT_REV}) &&
[all …]

12345678910>>...74