Home
last modified time | relevance | path

Searched refs:Git (Results 1 – 25 of 168) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A D7.AdvancedTopics.rst14 使用Git管理补丁
20 无论好坏,内核项目都将Git作为其选择的工具。
22 使用Git管理补丁可以使开发人员的生活更加轻松,尤其是随着补丁数量的增加。Git
25 将是Git如何特别适合内核开发过程。想要加快Git的开发人员可以在以下网站上找到
32 在尝试使用它使补丁可供其他人使用之前,第一要务是阅读上述站点,对Git的工作
33 方式有一个扎实的了解。使用Git的开发人员应该能够获得主线存储库的副本,探索
34 修订历史,提交对树的更改,使用分支等。了解Git用于重写历史的工具(如Rebase)
35 也很有用。Git有自己的术语和概念;Git的新用户应该了解refs、远程分支、索引、
41 当您准备好开始安装Git树供其他人查看时,您当然需要一个可以从中提取的服务器。
47 正常的Git工作流程涉及到许多分支的使用。每一条开发线都可以分为单独的“主题
[all …]
H A D2.Process.rst175 子系统维护人员每个人都使用git源代码管理工具管理自己版本的内核源代码树。Git
255 到目前为止,内核社区使用的主要源代码管理系统是git。Git是在自由软件社区中开发
258 变得更好了。对于内核开发人员来说,对Git的某种熟悉几乎是一种要求;即使他们不
259 将它用于自己的工作,他们也需要Git来跟上其他开发人员(以及主线)正在做的事情。
261 现在几乎所有的Linux发行版都打包了Git。主页位于:
271 Mercurial与Git共享许多特性,但它提供了一个界面,许多人觉得它更易于使用。
H A Dsubmitting-patches.rst30 其中许多步骤描述了Git版本控制系统的默认行为;如果您使用Git来准备补丁,
515 本节描述如何格式化补丁本身。请注意,如果您的补丁存储在 ``Git`` 存储库中,则
614 pull 请求的主题行中应该有[Git Pull]。请求本身应该在一行中包含存储库名称和
624 pull 请求还应该包含一条整体消息,说明请求中将包含什么,一个补丁本身的 ``Git shortlog``
636 一旦您在Git 中准备了一个您希望有人拉的补丁系列,就用 ``git tag -s`` 创建一
/OK3568_Linux_fs/yocto/poky/documentation/overview-manual/
H A Ddevelopment-environment.rst14 repositories, workflows, Git, and licensing.
143 see the URL at the bottom of the page that you need to clone a Git
144 repository for that particular item. Having a local Git repository of
175 Yocto Metadata Layers. You can create local copies of Git
181 For steps on how to view and access these upstream Git repositories,
189 these files does not produce a local copy of the Git repository but
214 Git Workflows and the Yocto Project
219 Git is a free, open source distributed version control
221 section provides workflow concepts using the Yocto Project and Git. In
230 The Yocto Project files are maintained using Git in "branches" whose Git
[all …]
H A Dintro.rst27 Yocto Project source repositories, workflows using Git and the Yocto
28 Project, a Git primer, and information about licensing.
54 Manager Git is better covered with Internet searches and official Git
/OK3568_Linux_fs/buildroot/package/librtlsdr/
H A D0002-cmake-Modules-Version.cmake-don-t-use-Git-version-if.patch4 Subject: [PATCH] cmake/Modules/Version.cmake: don't use Git version if not in
5 a Git repo
8 metadata, and therefore even if Git (as a tool) is found, the logic in
9 cmake/Modules/Version.cmake fails finding a version through Git:
23 To avoid this, we only use Git to determine the version if the cmake
38 find_package(Git QUIET)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dgitannex.py12 from bb.fetch2.git import Git
15 class GitANNEX(Git):
47 Git.download(self, ud, d)
66 Git.unpack(self, ud, destdir, d)
H A Dgitsm.py25 from bb.fetch2.git import Git
30 class GitSM(Git):
94 uris[m] = Git._get_repo_url(self, newud)
143 if Git.need_update(self, ud, d):
189 Git.download(self, ud, d)
233 Git.unpack(self, ud, destdir, d)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch50 @@ -225,6 +228,8 @@ class Git(LazyMixin):
59 @@ -400,6 +405,44 @@ class Git(LazyMixin):
68 + Git allows "remote helpers" that have the form `<transport>::<address>`,
104 @@ -1068,12 +1111,12 @@ class Git(LazyMixin):
119 @@ -1154,7 +1197,7 @@ class Git(LazyMixin):
255 + Git.check_unsafe_protocols(new_url)
293 - repo.git.remote(scmd, name, Git.polish_url(url), **kwargs)
294 + url = Git.polish_url(url)
296 + Git.check_unsafe_protocols(url)
317 + Git.check_unsafe_protocols(ref)
[all …]
/OK3568_Linux_fs/buildroot/boot/optee-os/
H A DConfig.in23 Use the latest release tag from the OP-TEE OS official Git
27 bool "Custom Git repository"
29 Use a custom version fetched from a Git repository.
39 Specific location of the reference source tree Git
46 Revision to use in the typical format used by Git, i.e a
/OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/
H A Dmaint-appx.rst28 Linux kernel source repository and ``yocto-kernel-cache`` Git trees. For
37 how to set up a local Git repository of the Yocto Project Linux kernel
42 Once you have cloned the kernel Git repository and the cache of Metadata
44 in the repository using the following Git command::
68 kernel, you need to examine the ``yocto-kernel-cache`` Git repository.
77 branch. Instead, you should use Git directly to discover the changes in
78 a branch. Using Git is an efficient and flexible way to inspect changes
85 cycle. When you create a clone of the kernel Git repository, you are
89 constructs the Yocto Project kernel source Git repository (or tree)
132 applied to the base Git repository to completely create the source
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/repo/
H A Drepo_2.22.bb4 SUMMARY = "Tool for managing many Git repositories"
5 DESCRIPTION = "Repo is a tool built on top of Git. Repo helps manage many Git repositories, does th…
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-3.4.4.rst45 - oeqa/selftest/devtool: ensure Git username is set before upgrade tests
95 - Git Revision: :yocto_git:`780eeec8851950ee6ac07a2a398ba937206bd2e4 </poky/commit/?id=780eeec8851…
107 - Git Revision: :oe_git:`1a6f5e27249afb6fb4d47c523b62b5dd2482a69d </openembedded-core/commit/?id=1…
119 - Git Revision: :yocto_git:`f5d761cbd5c957e4405c5d40b0c236d263c916a8 </meta-mingw/commit/?id=f5d76…
131 - Git Revision: :yocto_git:`f04e4369bf9dd3385165281b9fa2ed1043b0e400 </meta-gplv2/commit/?id=f04e4…
143 - Git Revision: :oe_git:`c2d8f9b2137bd4a98eb0f51519493131773e7517 </bitbake/commit/?id=c2d8f9b2137…
155 - Git Revision: :yocto_git:`5ead7d39aaf9044078dff27f462e29a8e31d89e4 </yocto-docs/commit/?5ead7d39…
H A Drelease-notes-4.0.5.rst135 - Git Revision: :yocto_git:`2e79b199114b25d81bfaa029ccfb17676946d20d </poky/commit/?id=2e79b199114…
147 - Git Revision: :oe_git:`fbdf93f43ff4b876487e1f26752598ec8abcb46e </openembedded-core/commit/?id=f…
159 - Git Revision: :yocto_git:`a90614a6498c3345704e9611f2842eb933dc51c1 </meta-mingw/commit/?id=a9061…
171 - Git Revision: :yocto_git:`d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a </meta-gplv2/commit/?id=d2f8b…
183 - Git Revision: :oe_git:`c90d57497b9bcd237c3ae810ee8edb5b0d2d575a </bitbake/commit/?id=c90d57497b9…
195 - Git Revision: :yocto_git:`8c2f9f54e29781f4ee72e81eeaa12ceaa82dc2d3 </yocto-docs/commit/?id=8c2f9…
H A Drelease-notes-3.4.3.rst137 - Git Revision: :yocto_git:`ee68ae307fd951b9de6b31dc6713ea29186b7749 </poky/commit/?id=ee68ae307fd…
149 - Git Revision: :oe_git:`ebca8f3ac9372b7ebb3d39e8f7f930b63b481448 </openembedded-core/commit/?id=e…
161 - Git Revision: :yocto_git:`f5d761cbd5c957e4405c5d40b0c236d263c916a8 </meta-mingw/commit/?id=f5d76…
173 - Git Revision: :yocto_git:`f04e4369bf9dd3385165281b9fa2ed1043b0e400 </meta-gplv2/commit/?id=f04e4…
185 - Git Revision: :oe_git:`43dcb2b2a2b95a5c959be57bca94fb7190ea6257 </bitbake/commit/?id=43dcb2b2a2b…
197 - Git Revision: :yocto_git:`15f46f97d9cad558c19fc1dc19cfbe3720271d04 </yocto-docs/commit/?15f46f97…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/git/
H A Dgit_2.35.7.bb3 DESCRIPTION = "Git is a free and open source distributed version control system designed to handle …
34 # This is specific to Git-for-Windows
36 # specific to Git for Windows
96 # Only install the git svn command and all Git::SVN Perl modules
100 ${D}${datadir}/perl5/Git/SVN*
142 # Git tools requiring perl
/OK3568_Linux_fs/buildroot/package/vpnc/
H A D0002-Makefile-allow-to-override-the-version.patch7 from a SVN checkout or a Git clone of the vpnc source code. However,
9 tarball, but inside a larger project that is versioned with Git.
13 system tool itself is versioned in Git, downloads tarballs of software
/OK3568_Linux_fs/buildroot/boot/mxs-bootlets/
H A DConfig.in22 bool "Custom Git repository"
33 string "URL of custom Git repository"
36 string "Custom Git version"
/OK3568_Linux_fs/buildroot/boot/barebox/
H A DConfig.in26 bool "Custom Git repository"
60 string "URL of custom Git repository"
63 string "Custom Git version"
/OK3568_Linux_fs/buildroot/package/libgit2/
H A DConfig.in7 libgit2 is a portable, pure C implementation of the Git core
9 allowing to build Git functionality into your application.
/OK3568_Linux_fs/kernel/tools/perf/
H A DCREDITS2 from the Git project, as of version:
30 The full history of the files can be found in the upstream Git commits.
/OK3568_Linux_fs/u-boot/lib/libfdt/
H A DREADME2 source came from the Git repository:
15 imported into the U-Boot Git repository.
/OK3568_Linux_fs/yocto/poky/
H A DREADME.md60 - Git repository: <https://git.openembedded.org/openembedded-core/>
65 - Git repository: <https://git.openembedded.org/bitbake/>
70 - Git repository: <https://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/>
75 - Git repository: <https://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto>
H A DREADME.poky.md60 - Git repository: <https://git.openembedded.org/openembedded-core/>
65 - Git repository: <https://git.openembedded.org/bitbake/>
70 - Git repository: <https://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/>
75 - Git repository: <https://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto>
/OK3568_Linux_fs/yocto/poky/meta-poky/
H A DREADME.poky.md60 - Git repository: <https://git.openembedded.org/openembedded-core/>
65 - Git repository: <https://git.openembedded.org/bitbake/>
70 - Git repository: <https://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/>
75 - Git repository: <https://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto>

1234567