00-index
来自「Linux Kernel 2.6.9 for OMAP1710」· 代码 · 共 52 行
TXT
52 行
bk-kernel-howto.txt: Description of kernel workflow under BitKeeperbk-make-sum: Create summary of changesets in one repository and notanother, typically in preparation to be sent to an upstream maintainer.Typical usage: cd my-updated-repo bk-make-sum ~/repo/original-repo mv /tmp/linus.txt ../original-repo.txtbksend: Create readable text output containing summary of changes, GNUpatch of the changes, and BK metadata of changes (as needed for properimporting into BitKeeper by an upstream maintainer). This output issuitable for emailing BitKeeper changes. The recipient of this outputmay pipe it directly to 'bk receive'.bz64wrap: helper script. Uncompressed input is piped to this script,which compresses its input, and then outputs the uu-/base64-encodedversion of the compressed input.cpcset: Copy changeset between unrelated repositories.Attempts to preserve changeset user, user address, description, inaddition to the changeset (the patch) itself.Typical usage: cd my-updated-repo bk changes # looking for a changeset... cpcset 1.1511 . ../another-repocsets-to-patches: Produces a delta of two BK repositories, in the formof individual files, each containing a single cset as a GNU patch.Output is several files, each with the filename "/tmp/rev-$REV.patch"Typical usage: cd my-updated-repo bk changes -L ~/repo/original-repo 2>&1 | \ perl csets-to-patchescset-to-linus: Produces a delta of two BK repositories, in the form ofchangeset descriptions, with 'diffstat' output created for eachindividual changset.Typical usage: cd my-updated-repo bk changes -L ~/repo/original-repo 2>&1 | \ perl cset-to-linus > summary.txtgcapatch: Generates patch containing changes in local repository.Typical usage: cd my-updated-repo gcapatch > foo.patchunbz64wrap: Reverse an encoded, compressed data stream created bybz64wrap into an uncompressed, typically text/plain output.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?