2005-08-23 10:49:47 +02:00
|
|
|
git-mailsplit(1)
|
|
|
|
================
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2005-08-28 23:16:01 +02:00
|
|
|
git-mailsplit - Totally braindamaged mbox splitter program.
|
2005-08-23 10:49:47 +02:00
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2005-12-14 07:39:23 +01:00
|
|
|
'git-mailsplit' [-b] [-f<nn>] [-d<prec>] -o<directory> [--] [<mbox>...]
|
2005-08-23 10:49:47 +02:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2005-08-28 23:16:01 +02:00
|
|
|
Splits a mbox file into a list of files: "0001" "0002" .. in the specified
|
|
|
|
directory so you can process them further from there.
|
2005-08-23 10:49:47 +02:00
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
2005-08-28 23:16:01 +02:00
|
|
|
<mbox>::
|
2005-10-07 00:55:43 +02:00
|
|
|
Mbox file to split. If not given, the mbox is read from
|
|
|
|
the standard input.
|
2005-08-23 10:49:47 +02:00
|
|
|
|
2005-08-28 23:16:01 +02:00
|
|
|
<directory>::
|
|
|
|
Directory in which to place the individual messages.
|
2005-08-23 10:49:47 +02:00
|
|
|
|
2005-12-14 07:39:23 +01:00
|
|
|
-b::
|
|
|
|
If any file doesn't begin with a From line, assume it is a
|
|
|
|
single mail message instead of signalling error.
|
|
|
|
|
2005-10-06 23:25:52 +02:00
|
|
|
-d<prec>::
|
|
|
|
Instead of the default 4 digits with leading zeros,
|
|
|
|
different precision can be specified for the generated
|
|
|
|
filenames.
|
|
|
|
|
2005-12-14 07:39:23 +01:00
|
|
|
-f<nn>::
|
|
|
|
Skip the first <nn> numbers, for example if -f3 is specified,
|
|
|
|
start the numbering with 0004.
|
2005-10-06 23:25:52 +02:00
|
|
|
|
2005-08-23 10:49:47 +02:00
|
|
|
Author
|
|
|
|
------
|
|
|
|
Written by Linus Torvalds <torvalds@osdl.org>
|
2005-10-07 00:55:43 +02:00
|
|
|
and Junio C Hamano <junkio@cox.net>
|
|
|
|
|
2005-08-23 10:49:47 +02:00
|
|
|
|
|
|
|
Documentation
|
|
|
|
--------------
|
|
|
|
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
|
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2005-09-19 12:10:51 +02:00
|
|
|
Part of the gitlink:git[7] suite
|
2005-08-23 10:49:47 +02:00
|
|
|
|