2005-08-23 12:49:47 +04:00
|
|
|
git-mailsplit(1)
|
|
|
|
================
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2005-08-29 01:16:01 +04:00
|
|
|
git-mailsplit - Totally braindamaged mbox splitter program.
|
2005-08-23 12:49:47 +04:00
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2005-08-29 01:16:01 +04:00
|
|
|
'git-mailsplit' <mbox> <directory>
|
2005-08-23 12:49:47 +04:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2005-08-29 01:16:01 +04: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 12:49:47 +04:00
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
2005-08-29 01:16:01 +04:00
|
|
|
<mbox>::
|
|
|
|
Mbox file to split.
|
2005-08-23 12:49:47 +04:00
|
|
|
|
2005-08-29 01:16:01 +04:00
|
|
|
<directory>::
|
|
|
|
Directory in which to place the individual messages.
|
2005-08-23 12:49:47 +04:00
|
|
|
|
|
|
|
Author
|
|
|
|
------
|
|
|
|
Written by Linus Torvalds <torvalds@osdl.org>
|
|
|
|
|
|
|
|
Documentation
|
|
|
|
--------------
|
|
|
|
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
|
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
|
|
|
Part of the link:git.html[git] suite
|
|
|
|
|