.\" ** You probably do not want to edit this file directly ** .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. .TH "GIT\-MAILSPLIT" "1" "09/19/2007" "Git 1.5.3.2" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" git\-mailsplit \- Simple UNIX mbox splitter program .SH "SYNOPSIS" \fIgit\-mailsplit\fR [\-b] [\-f] [\-d] \-o [\-\-] [|\&...] .SH "DESCRIPTION" Splits a mbox file or a Maildir into a list of files: "0001" "0002" .. in the specified directory so you can process them further from there. .sp .it 1 an-trap .nr an-no-space-flag 1 .nr an-break-flag 1 .br \fBImportant\fR Maildir splitting relies upon filenames being sorted to output patches in the correct order. .SH "OPTIONS" .TP Mbox file to split. If not given, the mbox is read from the standard input. .TP Root of the Maildir to split. This directory should contain the cur, tmp and new subdirectories. .TP Directory in which to place the individual messages. .TP \-b If any file doesn't begin with a From line, assume it is a single mail message instead of signaling error. .TP \-d Instead of the default 4 digits with leading zeros, different precision can be specified for the generated filenames. .TP \-f Skip the first numbers, for example if \-f3 is specified, start the numbering with 0004. .SH "AUTHOR" Written by Linus Torvalds and Junio C Hamano .SH "DOCUMENTATION" Documentation by Junio C Hamano and the git\-list . .SH "GIT" Part of the \fBgit\fR(7) suite