[PATCH] git-http-fetch: Allow caching of retrieved objects by proxy servers
[git/gitweb.git] / Documentation / git-mailsplit.txt
blob789d3a9f1eea744ffe8091200125b33b277489b0
1 git-mailsplit(1)
2 ================
4 NAME
5 ----
6 git-mailsplit - Totally braindamaged mbox splitter program.
8 SYNOPSIS
9 --------
10 'git-mailsplit' <mbox> <directory>
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.
17 OPTIONS
18 -------
19 <mbox>::
20         Mbox file to split.
22 <directory>::
23         Directory in which to place the individual messages.
25 Author
26 ------
27 Written by Linus Torvalds <torvalds@osdl.org>
29 Documentation
30 --------------
31 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
33 GIT
34 ---
35 Part of the link:git.html[git] suite