]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/git-mailsplit.txt
Describe new options to git-format-patch and git-mailsplit.
[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' [-d<prec>] <mbox> <directory>
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.
21
22 <directory>::
23 Directory in which to place the individual messages.
24
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
31 Author
32 ------
33 Written by Linus Torvalds <torvalds@osdl.org>
34
35 Documentation
36 --------------
37 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
38
39 GIT
40 ---
41 Part of the gitlink:git[7] suite
42