18a9a5d73e7ddf637111f5349fc74d6aa95ccd41
[git.git] / man1 / git-mailsplit.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-MAILSPLIT" 1 "" "" ""
21 .SH NAME
22 git-mailsplit \- Totally braindamaged mbox splitter program.
23 .SH "SYNOPSIS"
24
25
26 git\-mailsplit [\-b] [\-f<nn>] [\-d<prec>] \-o<directory> [\-\-] [<mbox>...]
27
28 .SH "DESCRIPTION"
29
30
31 Splits a mbox file into a list of files: "0001" "0002" \&.\&. in the specified directory so you can process them further from there\&.
32
33 .SH "OPTIONS"
34
35 .TP
36 <mbox>
37 Mbox file to split\&. If not given, the mbox is read from the standard input\&.
38
39 .TP
40 <directory>
41 Directory in which to place the individual messages\&.
42
43 .TP
44 \-b
45 If any file doesn't begin with a From line, assume it is a single mail message instead of signalling error\&.
46
47 .TP
48 \-d<prec>
49 Instead of the default 4 digits with leading zeros, different precision can be specified for the generated filenames\&.
50
51 .TP
52 \-f<nn>
53 Skip the first <nn> numbers, for example if \-f3 is specified, start the numbering with 0004\&.
54
55 .SH "AUTHOR"
56
57
58 Written by Linus Torvalds <torvalds@osdl\&.org> and Junio C Hamano <junkio@cox\&.net>
59
60 .SH "DOCUMENTATION"
61
62
63 Documentation by Junio C Hamano and the git\-list <git@vger\&.kernel\&.org>\&.
64
65 .SH "GIT"
66
67
68 Part of the \fBgit\fR(7) suite
69