目录搜索
GuidesgitattributesgiteverydaygitglossarygitignoregitmodulesgitrevisionsgittutorialgitworkflowsAdministrationgit archivegit bundlegit cleangit filter-branchgit fsckgit gcgit instawebgit reflogBasic Snapshottinggit addgit commitgit diffgit mvgit resetgit rmgit statusBranching and Merginggit branchgit checkoutgit loggit mergegit mergetoolgit stashgit tagDebugginggit bisectgit blamegit grepEmailgit amgit format-patchgit request-pullgit send-emailExternal Systemsgit fast-importgit svnGetting and Creating Projectsgit clonegit initGitgit annotategit archimportgit bisect-lk2009git check-attrgit check-mailmapgit check-ref-formatgit checkout-indexgit cherrygit citoolgit columngit credentialgit credential-cachegit credential-storegit cvsexportcommitgit cvsimportgit cvsservergit diff-filesgit diff-treegit difftoolgit fast-exportgit fetch-packgit fmt-merge-msggit get-tar-commit-idgit guigit http-backendgit http-fetchgit http-pushgit imap-sendgit index-packgit interpret-trailersgit ls-remotegit ls-treegit mailinfogit mailsplitgit merge-filegit merge-indexgit merge-one-filegit merge-treegit mktaggit mktreegit name-revgit notesgit p4git pack-objectsgit pack-redundantgit pack-refsgit parse-remotegit patch-idgit prunegit prune-packedgit quiltimportgit receive-packgit remote-extgit remote-fdgit remote-testgitgit repackgit replacegit rereregit send-packgit sh-i18ngit sh-setupgit shellgit show-branchgit show-indexgit stripspacegit unpack-filegit unpack-objectsgit upload-archivegit upload-packgit vargit verify-commitgit verify-taggit whatchangedgit worktreeInspection and Comparisongit describegit shortloggit showMiscellaneousapi credentialsapi indexgitcligitcore tutorialgitcredentialsgitcvs migrationgitdiffcoregithooksgitkgitnamespacesgitremote helpersgitrepository layoutgitsubmodulesgittutorial 2gitwebgitweb.confpack formatUser ManualPatchinggit applygit cherry-pickgit rebasegit revertPlumbing Commandsgit cat-filegit check-ignoregit commit-treegit count-objectsgit diff-indexgit for-each-refgit hash-objectgit ls-filesgit merge-basegit read-treegit rev-listgit rev-parsegit show-refgit symbolic-refgit update-indexgit update-refgit verify-packgit write-treeServer Admingit daemongit update-server-infoSetup and Configgitgit configgit helpSharing and Updating Projectsgit fetchgit pullgit pushgit remotegit submodule
文字

名称

git-mailsplit  - 简单的 UNIX mbox 分离器程序

概要

git mailsplit [-b] [-f<nn>] [-d<prec>] [--keep-cr] [--mboxrd]                -o<directory> [--] [(<mbox>|<Maildir>)…]

描述

将 mbox 文件或 Maildir 拆分为指定目录中的文件列表:“0001”“0002”..以便您可以从那里进一步处理它们。

重要

Maildir分割依赖于被排序的文件名以正确的顺序输出补丁。

选项

<mbox>

Mbox 文件分割。如果没有给出,则从标准输入中读取 mbox。

<Maildir>

Maildir 的根分裂。这个目录应该包含 cur,tmp 和 new 子目录。

-o<directory>

在其中放置单个消息的目录。

-b

如果有任何文件不以 From 行开头,则假定它是单个邮件消息而不是信号错误。

-d<prec>

而不是使用前导零的缺省4位数字,可以为生成的文件名指定不同的精度。

-f<nn>

跳过第一个<nn>数字,例如,如果指定了-f3,则使用0004开始编号。

--keep-cr

不要\r从以\r\n。结尾的行中删除。

--mboxrd

输入是“mboxrd”格式,“^> +来自”行转义是相反的。

上一篇:下一篇: