.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "GIT-MAILSPLIT" 1 "" "" "" .SH NAME git-mailsplit \- Totally braindamaged mbox splitter program .SH "SYNOPSIS" \fIgit\-mailsplit\fR [\-b] [\-f] [\-d] \-o [\-\-] [...] .SH "DESCRIPTION" Splits a mbox file into a list of files: "0001" "0002" \&.\&. in the specified directory so you can process them further from there\&. .SH "OPTIONS" .TP Mbox file to split\&. If not given, the mbox is read from the standard input\&. .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 signalling 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