1git-mailsplit(1) 2================ 3 4NAME 5---- 6git-mailsplit - Totally braindamaged mbox splitter program. 7 8SYNOPSIS 9-------- 10'git-mailsplit' <mbox> <directory> 11 12DESCRIPTION 13----------- 14Splits a mbox file into a list of files: "0001" "0002" .. in the specified 15directory so you can process them further from there. 16 17OPTIONS 18------- 19<mbox>:: 20 Mbox file to split. 21 22<directory>:: 23 Directory in which to place the individual messages. 24 25Author 26------ 27Written by Linus Torvalds <torvalds@osdl.org> 28 29Documentation 30-------------- 31Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. 32 33GIT 34--- 35Part of the gitlink:git[7] suite 36