/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | 7.AdvancedTopics.rst | 21 使用Git管理补丁 27 但无论好坏,内核项目都已经选择了Git作为其工具。 29 使用Git管理补丁可以使开发人员的生活更加轻松,尤其是随着补丁数量的增长。Git也 32 将是Git如何特别适合内核开发过程。想要加快用Git速度的开发人员可以在以下网站上 41 在尝试使用它生成补丁供他人使用之前,第一要务是阅读上述网页,对Git的工作方式 42 有一个扎实的了解。使用Git的开发人员应能进行拉取主线存储库的副本,查询修订 44 也很有用。Git有自己的术语和概念;Git的新用户应该了解引用、远程分支、索引、 50 当您准备好开始建立Git树供其他人查看时,无疑需要一个可以从中拉取的服务器。 56 正常的Git工作流程涉及到许多分支的使用。每一条开发线都可以分为单独的“主题 57 分支”,并独立维护。Git的分支很容易使用,没有理由不使用它们。而且,在任何 [all …]
|
H A D | 2.Process.rst | 181 子系统维护人员每个人都管理着自己版本的内核源代码树,通常(并非总是)使用Git。 182 Git等工具(以及Quilt或Mercurial等相关工具)允许维护人员跟踪补丁列表,包括作者 260 到目前为止,内核社区使用的主要源代码管理系统是git。Git是在自由软件社区中开发 263 更好了。对于内核开发人员来说,对Git的某种熟悉几乎是一种要求;即使他们不将它 264 用于自己的工作,他们也需要Git来跟上其他开发人员(以及主线)正在做的事情。 266 现在几乎所有的Linux发行版都打包了Git。Git主页位于: 276 Mercurial与Git共享许多特性,但它提供了一个界面,许多人觉得它更易于使用。
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | 7.AdvancedTopics.rst | 24 使用Git管理補丁 30 但無論好壞,內核項目都已經選擇了Git作爲其工具。 32 使用Git管理補丁可以使開發人員的生活更加輕鬆,尤其是隨著補丁數量的增長。Git也 35 將是Git如何特別適合內核開發過程。想要加快用Git速度的開發人員可以在以下網站上 44 在嘗試使用它生成補丁供他人使用之前,第一要務是閱讀上述網頁,對Git的工作方式 45 有一個紮實的了解。使用Git的開發人員應能進行拉取主線存儲庫的副本,查詢修訂 47 也很有用。Git有自己的術語和概念;Git的新用戶應該了解引用、遠程分支、索引、 53 當您準備好開始建立Git樹供其他人查看時,無疑需要一個可以從中拉取的伺服器。 59 正常的Git工作流程涉及到許多分支的使用。每一條開發線都可以分爲單獨的「主題 60 分支」,並獨立維護。Git的分支很容易使用,沒有理由不使用它們。而且,在任何 [all …]
|
H A D | 2.Process.rst | 184 子系統維護人員每個人都管理著自己版本的內核原始碼樹,通常(並非總是)使用Git。 185 Git等工具(以及Quilt或Mercurial等相關工具)允許維護人員跟蹤補丁列表,包括作者 263 到目前爲止,內核社區使用的主要原始碼管理系統是git。Git是在自由軟體社區中開發 266 更好了。對於內核開發人員來說,對Git的某種熟悉幾乎是一種要求;即使他們不將它 267 用於自己的工作,他們也需要Git來跟上其他開發人員(以及主線)正在做的事情。 269 現在幾乎所有的Linux發行版都打包了Git。Git主頁位於: 279 Mercurial與Git共享許多特性,但它提供了一個界面,許多人覺得它更易於使用。
|
/openbmc/openbmc/poky/documentation/overview-manual/ |
H A D | development-environment.rst | 14 repositories, workflows, Git, and licensing. 210 Git Workflows and the Yocto Project 226 The Yocto Project files are maintained using Git in "branches" whose Git 353 Git chapter 362 Git works and provides you with a summary of some essential Git 367 - For more information on Git, see 370 - If you need to download Git, it is recommended that you add Git to 386 Git repository. 428 following example Git commands:: 498 a minimal set of Git commands is [all …]
|
H A D | intro.rst | 27 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
|
/openbmc/linux/Documentation/translations/zh_CN/maintainer/ |
H A D | rebasing-and-merging.rst | 15 一般来说,维护子系统需要熟悉Git源代码管理系统。Git是一个功能强大的工具,有 161 “^0”使Git执行快进合并(在这种情况下这应该可以),从而避免多余的虚假合并提交。
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | gitannex.py | 12 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 D | gitsm.py | 25 from bb.fetch2.git import Git 30 class GitSM(Git): 94 uris[m] = Git._get_repo_url(self, newud) 151 if Git.need_update(self, ud, d): 197 Git.download(self, ud, d) 245 Git.unpack(self, ud, destdir, d)
|
/openbmc/openbmc/poky/meta/recipes-devtools/repo/ |
H A D | repo_2.44.bb | 4 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…
|
/openbmc/openbmc/poky/documentation/kernel-dev/ |
H A D | maint-appx.rst | 28 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 89 constructs the Yocto Project kernel source Git repository (or tree) 132 applied to the base Git repository to completely create the source 139 #. *Perform Cleanup:* The Git repositories are left with the desired [all …]
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-3.4.4.rst | 47 - oeqa/selftest/devtool: ensure Git username is set before upgrade tests 97 - Git Revision: :yocto_git:`780eeec8851950ee6ac07a2a398ba937206bd2e4 </poky/commit/?id=780eeec8851… 109 - Git Revision: :oe_git:`1a6f5e27249afb6fb4d47c523b62b5dd2482a69d </openembedded-core/commit/?id=1… 121 - Git Revision: :yocto_git:`f5d761cbd5c957e4405c5d40b0c236d263c916a8 </meta-mingw/commit/?id=f5d76… 133 - Git Revision: :yocto_git:`f04e4369bf9dd3385165281b9fa2ed1043b0e400 </meta-gplv2/commit/?id=f04e4… 145 - Git Revision: :oe_git:`c2d8f9b2137bd4a98eb0f51519493131773e7517 </bitbake/commit/?id=c2d8f9b2137… 157 - Git Revision: :yocto_git:`5ead7d39aaf9044078dff27f462e29a8e31d89e4 </yocto-docs/commit/?5ead7d39…
|
H A D | release-notes-4.0.10.rst | 119 - Git Revision: :yocto_git:`f53ab3a2ff206a130cdc843839dd0ea5ec4ad02f </poky/commit/?id=f53ab3a2ff2… 131 - Git Revision: :oe_git:`d2713785f9cd2d58731df877bc8b7bcc71b6c8e6 </openembedded-core/commit/?id=d… 143 - Git Revision: :yocto_git:`a90614a6498c3345704e9611f2842eb933dc51c1 </meta-mingw/commit/?id=a9061… 155 - Git Revision: :yocto_git:`d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a </meta-gplv2/commit/?id=d2f8b… 167 - Git Revision: :oe_git:`0c6f86b60cfba67c20733516957c0a654eb2b44c </bitbake/commit/?id=0c6f86b60cf… 179 - Git Revision: :yocto_git:`8388be749806bd0bf4fccf1005dae8f643aa4ef4 </yocto-docs/commit/?id=8388b…
|
H A D | release-notes-4.0.15.rst | 128 - Git Revision: :yocto_git:`755632c2fcab43aa05cdcfa529727064b045073c </poky/commit/?id=755632c2fca… 140 - Git Revision: :oe_git:`eea685e1caafd8e8121006d3f8b5d0b8a4f2a933 </openembedded-core/commit/?id=e… 152 - Git Revision: :yocto_git:`f6b38ce3c90e1600d41c2ebb41e152936a0357d7 </meta-mingw/commit/?id=f6b38… 164 - Git Revision: :yocto_git:`d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a </meta-gplv2/commit/?id=d2f8b… 176 - Git Revision: :oe_git:`42a1c9fe698a03feb34c5bba223c6e6e0350925b </bitbake/commit/?id=42a1c9fe698… 188 - Git Revision: :yocto_git:`08fda7a5601393617b1ecfe89229459e14a90b1d </yocto-docs/commit/?id=08fda…
|
H A D | release-notes-4.0.16.rst | 130 - Git Revision: :yocto_git:`54af8c5e80ebf63707ef4e51cc9d374f716da603 </poky/commit/?id=54af8c5e80e… 142 - Git Revision: :oe_git:`a744a897f0ea7d34c31c024c13031221f9a85f24 </openembedded-core/commit/?id=a… 154 - Git Revision: :yocto_git:`f6b38ce3c90e1600d41c2ebb41e152936a0357d7 </meta-mingw/commit/?id=f6b38… 166 - Git Revision: :yocto_git:`d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a </meta-gplv2/commit/?id=d2f8b… 178 - Git Revision: :oe_git:`ee090484cc25d760b8c20f18add17b5eff485b40 </bitbake/commit/?id=ee090484cc2… 190 - Git Revision: :yocto_git:`aba67b58711019a6ba439b2b77337f813ed799ac </yocto-docs/commit/?id=aba67…
|
H A D | release-notes-4.0.5.rst | 137 - Git Revision: :yocto_git:`2e79b199114b25d81bfaa029ccfb17676946d20d </poky/commit/?id=2e79b199114… 149 - Git Revision: :oe_git:`fbdf93f43ff4b876487e1f26752598ec8abcb46e </openembedded-core/commit/?id=f… 161 - Git Revision: :yocto_git:`a90614a6498c3345704e9611f2842eb933dc51c1 </meta-mingw/commit/?id=a9061… 173 - Git Revision: :yocto_git:`d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a </meta-gplv2/commit/?id=d2f8b… 185 - Git Revision: :oe_git:`c90d57497b9bcd237c3ae810ee8edb5b0d2d575a </bitbake/commit/?id=c90d57497b9… 197 - Git Revision: :yocto_git:`8c2f9f54e29781f4ee72e81eeaa12ceaa82dc2d3 </yocto-docs/commit/?id=8c2f9…
|
H A D | release-notes-3.4.3.rst | 139 - Git Revision: :yocto_git:`ee68ae307fd951b9de6b31dc6713ea29186b7749 </poky/commit/?id=ee68ae307fd… 151 - Git Revision: :oe_git:`ebca8f3ac9372b7ebb3d39e8f7f930b63b481448 </openembedded-core/commit/?id=e… 163 - Git Revision: :yocto_git:`f5d761cbd5c957e4405c5d40b0c236d263c916a8 </meta-mingw/commit/?id=f5d76… 175 - Git Revision: :yocto_git:`f04e4369bf9dd3385165281b9fa2ed1043b0e400 </meta-gplv2/commit/?id=f04e4… 187 - Git Revision: :oe_git:`43dcb2b2a2b95a5c959be57bca94fb7190ea6257 </bitbake/commit/?id=43dcb2b2a2b… 199 - Git Revision: :yocto_git:`15f46f97d9cad558c19fc1dc19cfbe3720271d04 </yocto-docs/commit/?15f46f97…
|
H A D | release-notes-4.0.11.rst | 153 - Git Revision: :yocto_git:`fc697fe87412b9b179ae3a68d266ace85bb1fcc6 </poky/commit/?id=fc697fe8741… 165 - Git Revision: :oe_git:`7949e786cf8e50f716ff1f1c4797136637205e0c </openembedded-core/commit/?id=7… 177 - Git Revision: :yocto_git:`a90614a6498c3345704e9611f2842eb933dc51c1 </meta-mingw/commit/?id=a9061… 189 - Git Revision: :yocto_git:`d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a </meta-gplv2/commit/?id=d2f8b… 201 - Git Revision: :oe_git:`0c6f86b60cfba67c20733516957c0a654eb2b44c </bitbake/commit/?id=0c6f86b60cf… 213 - Git Revision: :yocto_git:`6d16d2bde0aa32276a035ee49703e6eea7c7b29a </yocto-docs/commit/?id=6d16d…
|
/openbmc/linux/tools/perf/ |
H A D | CREDITS | 2 from the Git project, as of version: 30 The full history of the files can be found in the upstream Git commits.
|
/openbmc/u-boot/lib/libfdt/ |
H A D | README | 2 source came from the Git repository: 15 imported into the U-Boot Git repository.
|
/openbmc/openbmc/poky/meta-poky/ |
H A D | README.poky.md | 49 - Git repository: <https://git.openembedded.org/openembedded-core/> 54 - Git repository: <https://git.openembedded.org/bitbake/> 59 - Git repository: <https://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/> 64 - Git repository: <https://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto>
|
/openbmc/openbmc/poky/ |
H A D | README.md | 49 - Git repository: <https://git.openembedded.org/openembedded-core/> 54 - Git repository: <https://git.openembedded.org/bitbake/> 59 - Git repository: <https://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/> 64 - Git repository: <https://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto>
|
H A D | README.poky.md | 49 - Git repository: <https://git.openembedded.org/openembedded-core/> 54 - Git repository: <https://git.openembedded.org/bitbake/> 59 - Git repository: <https://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/> 64 - Git repository: <https://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto>
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | bug-bisect.rst | 80 - `Using Git bisect to figure out when brokenness was introduced 81 (使用Git二分来找出何时引入了错误) <http://webchick.net/node/99>`_
|
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | bug-bisect.rst | 83 - `Using Git bisect to figure out when brokenness was introduced 84 (使用Git二分來找出何時引入了錯誤) <http://webchick.net/node/99>`_
|