Home
last modified time | relevance | path

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

12345678910>>...132

/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/test/fixtures/
Dgithub-com-BryanDonovan-npm-git-test.git.tar.gz ... github-com-BryanDonovan-npm-git-test.git/ github-com-BryanDonovan-npm
Dgithub-com-BryanDonovan-dummy-npm-foo.git.tar.gz
Dgithub-com-BryanDonovan-dummy-npm-bar.git.tar.gz ... com-BryanDonovan-dummy-npm-bar.git/ github-com-BryanDonovan-dummy-npm
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 …]
/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/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/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/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/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/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/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/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 …]

12345678910>>...132