diff options
author | A Large Angry SCM <gitzilla@gmail.com> | 2005-08-28 17:16:01 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-28 14:32:30 -0700 |
commit | f58b7432d286d30117e76aeca5515c67b3ba5bb0 (patch) | |
tree | 32e23054969af88a970c11f86e358625e21e67b2 /Documentation/git-mailsplit.txt | |
parent | debb9d84445239ffbc630611548af630fb8e1e7a (diff) | |
download | git-f58b7432d286d30117e76aeca5515c67b3ba5bb0.tar.gz git-f58b7432d286d30117e76aeca5515c67b3ba5bb0.tar.xz |
[PATCH] Add some documentation.
Add some documentation.
Text taken from the the commit messages and the command sources.
Signed-off-by: <gitzilla@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-mailsplit.txt')
-rw-r--r-- | Documentation/git-mailsplit.txt | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/Documentation/git-mailsplit.txt b/Documentation/git-mailsplit.txt index 617276a01..789d3a9f1 100644 --- a/Documentation/git-mailsplit.txt +++ b/Documentation/git-mailsplit.txt @@ -3,26 +3,24 @@ git-mailsplit(1) NAME ---- -git-mailsplit - Some git command not yet documented. - +git-mailsplit - Totally braindamaged mbox splitter program. SYNOPSIS -------- -'git-mailsplit' [ --option ] <args>... +'git-mailsplit' <mbox> <directory> DESCRIPTION ----------- -Does something not yet documented. - +Splits a mbox file into a list of files: "0001" "0002" .. in the specified +directory so you can process them further from there. OPTIONS ------- ---option:: - Some option not yet documented. - -<args>...:: - Some argument not yet documented. +<mbox>:: + Mbox file to split. +<directory>:: + Directory in which to place the individual messages. Author ------ |