Home
last modified time | relevance | path

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

12345678910>>...121

/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/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/v8/tools/release/
Dtest_scripts.py296 self.Expect([Cmd("git --version", "git version 1.2.3"),
297 Cmd("git dummy", "")])
298 self.assertEquals("git version 1.2.3", self.MakeStep().Git("--version"))
299 self.assertEquals("", self.MakeStep().Git("dummy"))
303 Cmd("git status -s -uno", ""),
304 Cmd("git checkout -f origin/main", ""),
305 Cmd("git fetch", ""),
306 Cmd("git branch", " branch1\n* %s" % TEST_CONFIG["BRANCHNAME"]),
308 Cmd("git branch -D %s" % TEST_CONFIG["BRANCHNAME"], ""),
315 Cmd("git status -s -uno", ""),
[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/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/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/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 …]
/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/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/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/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/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/vk-gl-cts/framework/qphelper/
Dgen_release_info.py40 commit = subprocess.check_output(["git", "--git-dir", gitDir,
66 …parser.add_argument('--git', dest='git', action='store_true', default=False, help="Development bui…
67 …parser.add_argument('--git-dir', dest='gitDir', default=None, help="Use specific git dir for extra…
68 …parser.add_argument('--glsl-git-dir', dest='glslGitDir', default=None, help="Use specific git dir …
69 …spirvtools-dir', dest='spirvToolsGitDir', default=None, help="Use specific git dir for extracting …
70 …vheaders-dir', dest='spirvHeadersGitDir', default=None, help="Use specific git dir for extracting …
80 if (args.releaseName != None) == args.git:
81 print("Either --name and --id, or --git must be specified")
89 defaultGitDir = os.path.normpath(os.path.join(curDir, "..", "..", ".git"))
90 …GitDir = os.path.normpath(os.path.join(curDir, "..", "..", "external", "glslang", "src", ".git"))
[all …]
/third_party/libbpf/scripts/
Dsync-kernel.sh62 LIBBPF_TREE_FILTER+="git mv -kf ${p} __libbpf/${PATH_MAP[${p}]} && "$'\\\n'
64 LIBBPF_TREE_FILTER+="git rm --ignore-unmatch -f __libbpf/src/{Makefile,Build,test_libbpf.c,.gitigno…
75 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 .
[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/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/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/cppdap': Var('google_git') + '/cppdap.git@' +
42 'third_party/cpplint': Var('google_git') + '/styleguide.git@' +
45 'third_party/dxc': Var('microsoft_git') + '/DirectXShaderCompiler.git@' +
48 'third_party/googletest': Var('google_git') + '/googletest.git@' +
51 'third_party/json': Var('nlohmann_git') + '/json.git@' +
54 'third_party/glslang': Var('khronos_git') + '/glslang.git@' +
57 'third_party/lodepng': Var('lvandeve_git') + '/lodepng.git@' +
60 'third_party/shaderc': Var('google_git') + '/shaderc.git@' +
[all …]
/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 …]

12345678910>>...121