GIT-MAILSPLIT(1) | Git Manual | GIT-MAILSPLIT(1) |
git-mailsplit - Simple UNIX mbox splitter program
git mailsplit [-b] [-f<nn>] [-d<prec>] [--keep-cr] [--mboxrd]
-o<directory> [--] [(<mbox>|<Maildir>)...]
Splits a mbox file or a Maildir into a list of files: "0001" "0002" .. in the specified directory so you can process them further from there.
Maildir splitting relies upon filenames being sorted to output patches in the correct order.
<mbox>
<Maildir>
-o<directory>
-b
-d<prec>
-f<nn>
--keep-cr
--mboxrd
Part of the git(1) suite
04/20/2020 | Git 2.20.1 |