Home
last modified time | relevance | path

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

12345678910>>...70

/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/node/deps/npm/node_modules/hosted-git-info/
DCHANGELOG.md6 ## [2.8.9](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) (2021-04-07)
11 …m/hosted-git-info/issues/76) ([29adfe5](https://github.com/npm/hosted-git-info/commit/29adfe5)), c…
16 ## [2.8.8](https://github.com/npm/hosted-git-info/compare/v2.8.7...v2.8.8) (2020-02-29)
21git-info/issues/61) & [#65](https://github.com/npm/hosted-git-info/issues/65) addressing issues w/…
26 ## [2.8.7](https://github.com/npm/hosted-git-info/compare/v2.8.6...v2.8.7) (2020-02-26)
31 …/npm/hosted-git-info/commit/2d0bb66)), closes [#61](https://github.com/npm/hosted-git-info/issues/…
32 …[f2cdfcf](https://github.com/npm/hosted-git-info/commit/f2cdfcf)), closes [#60](https://github.com…
37 ## [2.8.6](https://github.com/npm/hosted-git-info/compare/v2.8.5...v2.8.6) (2020-02-25)
42 ## [2.8.5](https://github.com/npm/hosted-git-info/compare/v2.8.4...v2.8.5) (2019-10-07)
47 …[e8325b5](https://github.com/npm/hosted-git-info/commit/e8325b5)), closes [#51](https://github.com…
[all …]
DREADME.md1 # hosted-git-info
3 This will let you identify and transform various git hosts URLs between
5 particular file for direct access without git.
10 var hostedGitInfo = require("hosted-git-info")
11 var info = hostedGitInfo.fromUrl("git@github.com:npm/hosted-git-info.git", opts)
17 project: "hosted-git-info"
22 If the URL can't be matched with a git host, `null` will be returned. We
23 can match git, ssh and https urls. Additionally, we can match ssh connect
24 strings (`git@github.com:npm/hosted-git-info`) and shortcuts (eg,
25 `github:npm/hosted-git-info`). Github specifically, is detected in the case
[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.sh75 git log -n1 --pretty='%h ("%s")' $1
91 git show --pretty='("%s")|%aI|%b' --shortstat $ref -- "${@-.}" | tr '\n' '|'
110 …new_commits=$(git rev-list --no-merges --topo-order --reverse ${baseline_tag}..${tip_tag} -- "${LI…
142 if ! git cherry-pick ${new_commit} &>/dev/null; then
144 libbpf_conflict_cnt=$(git diff --name-only --diff-filter=U -- "${LIBBPF_PATHS[@]}" | wc -l)
145 conflict_cnt=$(git diff --name-only | wc -l)
152 git cherry-pick --abort
156 git add .
158 if ! GIT_EDITOR=true git cherry-pick --continue &>/dev/null; then
175 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/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/flutter/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/master
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/master
59 `@` is shorthand for `HEAD`, introduced in git v1.8.5.
64 git push origin @:refs/for/chrome/m57
[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/flutter/engine/flutter/
DDEPS1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git.
7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run
13 # Verify the thing happened you wanted. Then revert your .DEPS.git change
14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically
28 'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
140 …'src': 'https://github.com/flutter/buildroot.git' + '@' + '5a33d6ab06fa2cc94cdd864ff238d2c58d6b7e4…
178 Var('chromium_git') + '/chromium/src/ios.git' + '@' + Var('ios_tools_revision'),
181 … Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'c56c671998902fcc4fc9ace88c83daa99f980793',
[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/harfbuzz/.ci/
Ddeploy-docs.sh9 REVISION=$(git rev-parse --short HEAD)
18 git init
19 git config user.name "Travis CI"
20 git config user.email "travis@harfbuzz.org"
23 git remote add upstream "https://$GH_TOKEN@github.com/harfbuzz/harfbuzz.github.io.git"
25 git fetch upstream
26 git reset upstream/master
29 git add -A .
31 if [[ $(git status -s) ]]; then
32 git commit -m "Rebuild docs for https://github.com/harfbuzz/harfbuzz/commit/$REVISION"
[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/node/deps/npm/scripts/
Dpr29 IFS=$'\n' cleanlines=($(git status -s -uno))
43 me=$(git config github.user || git config user.name)
49 exists=$(git show --no-patch --pretty=%H $branch 2>/dev/null)
51 git fetch origin pull/$num/head:$branch
52 git checkout $branch
54 git checkout $branch
55 git pull --rebase origin pull/$num/head
58 git rebase -i $curbranch # squash and test
75 local ref=$(cat .git/HEAD)
87 local me=$(git config github.user || git config user.name)
[all …]
/third_party/flutter/skia/
DDEPS8 … : "https://chromium.googlesource.com/chromium/buildtools.git@505de88083136eefd05…
9 …"common" : "https://skia.googlesource.com/common.git@9737551d7a52c3…
10 …"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@cdecd…
11 …"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@472bd1ec29d8d4e0…
12 …sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@c8d0c9b1d16bfda56f1…
14 …pat" : "https://android.googlesource.com/platform/external/expat.git@e5aa0a2cb0a5f759ef3…
15 …ls/freetype" : "https://skia.googlesource.com/third_party/freetype2.git@05439f5cc69eaa3deaf…
16 …: "https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@1bada656a86e9cb27d4…
17 …ls/icu" : "https://chromium.googlesource.com/chromium/deps/icu.git@407b39301e71006b68b…
18 … : "https://skia.googlesource.com/external/github.com/ocornut/imgui.git@d38d7c6628bebd02692…
[all …]
/third_party/flutter/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()
111 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument
132 [git, 'clone', '--quiet', repo, directory])
134 if not is_git_toplevel(git, directory):
[all …]
/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 git://source.ffmpeg.org/ffmpeg <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/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/json/doc/scripts/
Dgit-update-ghpages16 if [ -n "$GIT_NAME" ]; then _ git config user.name "$GIT_NAME"; fi
17 if [ -n "$GIT_EMAIL" ]; then _ git config user.email "$GIT_EMAIL"; fi
31 _ git init
32 _ git checkout -b "$branch"
35 _ git add -A .
40 _ git clone "$repo" . -b "$branch" || ( \
41 _ git init && \
42 _ git checkout -b "$branch")
46 _ git add -A .
56 _ git commit -m "$message"
[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/flutter/skia/third_party/externals/harfbuzz/.ci/
Ddeploy-docs.sh14 REVISION=$(git rev-parse --short HEAD)
23 git init
24 git config user.name "Travis CI"
25 git config user.email "travis@harfbuzz.org"
28 git remote add upstream "https://$GH_TOKEN@github.com/harfbuzz/harfbuzz.github.io.git"
30 git fetch upstream
31 git reset upstream/master
34 git add -A .
35 git commit -m "Rebuild docs for https://github.com/harfbuzz/harfbuzz/commit/$REVISION"
36 git push -q upstream HEAD:master
/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/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>>...70