]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-mailsplit.txt
Describe new options to git-format-patch and git-mailsplit.
[thirdparty/git.git] / Documentation / git-mailsplit.txt
CommitLineData
7fc9d69f
JH
1git-mailsplit(1)
2================
3
4NAME
5----
f58b7432 6git-mailsplit - Totally braindamaged mbox splitter program.
7fc9d69f
JH
7
8SYNOPSIS
9--------
54ba6013 10'git-mailsplit' [-d<prec>] <mbox> <directory>
7fc9d69f
JH
11
12DESCRIPTION
13-----------
f58b7432
LAS
14Splits a mbox file into a list of files: "0001" "0002" .. in the specified
15directory so you can process them further from there.
7fc9d69f
JH
16
17OPTIONS
18-------
f58b7432
LAS
19<mbox>::
20 Mbox file to split.
7fc9d69f 21
f58b7432
LAS
22<directory>::
23 Directory in which to place the individual messages.
7fc9d69f 24
54ba6013
JH
25-d<prec>::
26 Instead of the default 4 digits with leading zeros,
27 different precision can be specified for the generated
28 filenames.
29
30
7fc9d69f
JH
31Author
32------
33Written by Linus Torvalds <torvalds@osdl.org>
34
35Documentation
36--------------
37Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
38
39GIT
40---
a7154e91 41Part of the gitlink:git[7] suite
7fc9d69f 42