]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/git-mailsplit.txt
Assorted typo fixes
[thirdparty/git.git] / Documentation / git-mailsplit.txt
1 git-mailsplit(1)
2 ================
3
4 NAME
5 ----
6 git-mailsplit - Totally braindamaged mbox splitter program
7
8 SYNOPSIS
9 --------
10 'git-mailsplit' [-b] [-f<nn>] [-d<prec>] -o<directory> [--] [<mbox>...]
11
12 DESCRIPTION
13 -----------
14 Splits a mbox file into a list of files: "0001" "0002" .. in the specified
15 directory so you can process them further from there.
16
17 OPTIONS
18 -------
19 <mbox>::
20 Mbox file to split. If not given, the mbox is read from
21 the standard input.
22
23 <directory>::
24 Directory in which to place the individual messages.
25
26 -b::
27 If any file doesn't begin with a From line, assume it is a
28 single mail message instead of signaling error.
29
30 -d<prec>::
31 Instead of the default 4 digits with leading zeros,
32 different precision can be specified for the generated
33 filenames.
34
35 -f<nn>::
36 Skip the first <nn> numbers, for example if -f3 is specified,
37 start the numbering with 0004.
38
39 Author
40 ------
41 Written by Linus Torvalds <torvalds@osdl.org>
42 and Junio C Hamano <junkio@cox.net>
43
44
45 Documentation
46 --------------
47 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
48
49 GIT
50 ---
51 Part of the gitlink:git[7] suite
52