Home
last modified time | relevance | path

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

12345678910>>...135

/third_party/node/deps/npm/test/fixtures/
Dgithub-com-BryanDonovan-npm-git-test.git.tar.gz
Dgithub-com-BryanDonovan-dummy-npm-foo.git.tar.gz
Dgithub-com-BryanDonovan-dummy-npm-bar.git.tar.gz
Dgithub-com-BryanDonovan-dummy-npm-buzz.git.tar.gz
/third_party/node/deps/npm/test/need-npm5-update/belongs-in-pacote/
Dadd-remote-git-get-resolved.js25 getResolved = require('../../lib/cache/add-remote-git.js').getResolved
30 test('add-remote-git#get-resolved git: passthru', function (t) {
31 verify('git:github.com/foo/repo')
32 verify('git:github.com/foo/repo.git')
33 verify('git://github.com/foo/repo#decadacefadabade')
34 verify('git://github.com/foo/repo.git#decadacefadabade')
39 'git://github.com/foo/repo.git#decadacefadabade',
40 uri + ' normalized to canonical form git://github.com/foo/repo.git#decadacefadabade'
46 test('add-remote-git#get-resolved SSH', function (t) {
48 verify('git+ssh://git@github.com:foo/repo')
[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/node/deps/npm/node_modules/hosted-git-info/
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 …]
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 …]
Dgit-host-info.js7 'protocols': [ 'git', 'http', 'git+ssh', 'git+https', 'ssh', 'https' ],
12 'gittemplate': 'git://{auth@}{domain}/{user}/{project}.git{#committish}',
16 'protocols': [ 'git+ssh', 'git+https', 'ssh', 'https' ],
22 'protocols': [ 'git+ssh', 'git+https', 'ssh', 'https' ],
26 'httpstemplate': 'git+https://{auth@}{domain}/{user}/{projectPath}.git{#committish}',
28 …-\/|\/repository\/archive\.tar\.gz\?=.*|\/repository\/[^/]+\/archive.tar.gz$)).*?)(?:[.]git|[/])?$/
31 'protocols': [ 'git', 'git+ssh', 'git+https', 'ssh', 'https' ],
33 'pathmatch': /^[/](?:([^/]+)[/])?([a-z0-9]{32,})(?:[.]git)?$/,
36 'gittemplate': 'git://{domain}/{project}.git{#committish}',
37 'sshtemplate': 'git@{domain}:/{project}.git{#committish}',
[all …]
Dpackage.json2 "_from": "hosted-git-info@2.8.9",
3 "_id": "hosted-git-info@2.8.9",
6 "_location": "/hosted-git-info",
11 "raw": "hosted-git-info@2.8.9",
12 "name": "hosted-git-info",
13 "escapedName": "hosted-git-info",
24 "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
26 "_spec": "hosted-git-info@2.8.9",
34 "url": "https://github.com/npm/hosted-git-info/issues"
46 "git-host.js",
[all …]
/third_party/node/deps/npm/test/tap/
Dversion-from-git.js17 test('npm version from-git with a valid tag creates a new commit', function (t) {
23 t.ifError(er, 'git tag ran without error')
24 npm.config.set('sign-git-commit', false)
25 npm.config.set('sign-git-tag', false)
26 npm.commands.version(['from-git'], checkVersion)
30 var git = require('../../lib/utils/git.js')
32 git.whichAndExec(
40 t.ifError(er, 'git log ran without issue')
47 test('npm version from-git with a valid tag updates the package.json version', function (t) {
53 t.ifError(er, 'git tag ran without error')
[all …]
Ddedupe-git-semver.js11 'git-wrap': {
12 name: 'git-wrap',
15 git: 'git+https://example.com/git#semver:1.0' property
18 git: { property
19 name: 'git',
63 git: 'git+https://example.com/git#semver:1', property
64 'git-wrap': 'file:git-wrap-1.0.0.tgz'
68 // 'git-wrap': Dir({
70 // name: 'git-wrap',
73 // git: 'git+https://example.com/git#semver:1.0'
[all …]
/third_party/flutter/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/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.
[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/grpc/templates/tools/dockerfile/
Dclang_update.include4 RUN git clone -n -b release_38 http://llvm.org/git/llvm.git && ${'\\'}
5 cd llvm && git checkout ad57503 && cd ..
6 RUN git clone -n -b release_38 http://llvm.org/git/clang.git && ${'\\'}
7 cd clang && git checkout ad2c56e && cd ..
8 RUN git clone -n -b release_38 http://llvm.org/git/compiler-rt.git && ${'\\'}
9 cd compiler-rt && git checkout 3176922 && cd ..
10 RUN git clone -n -b release_38 ${'\\'}
11 http://llvm.org/git/clang-tools-extra.git && cd clang-tools-extra && ${'\\'}
12 git checkout c288525 && cd ..
13 RUN git clone -n -b release_38 http://llvm.org/git/libcxx.git && ${'\\'}
[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/grpc/tools/interop_matrix/testcases/
Dpython__v1.11.13 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
4 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
5 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
6 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
7 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
8 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
9 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
10 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
11 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
12 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
[all …]
Dpython__v1.0.x3 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
4 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
5 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
6 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
7 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
8 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
9 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
10 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
11 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
12 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
[all …]
Dpython__master5 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
6 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
7 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
8 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
9 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
10 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
11 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
12 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
13 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
14 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…
[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/flutter/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/grpc/tools/dockerfile/grpc_clang/
DDockerfile21 git \
26 RUN git clone -b release_36 http://llvm.org/git/llvm.git
27 RUN git clone -b release_36 http://llvm.org/git/clang.git
28 RUN git clone -b release_36 http://llvm.org/git/compiler-rt.git
29 RUN git clone -b release_36 http://llvm.org/git/clang-tools-extra.git
30 RUN git clone -b release_36 http://llvm.org/git/libcxx.git
31 RUN git clone -b release_36 http://llvm.org/git/libcxxabi.git
/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/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 …]

12345678910>>...135