[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>
maint
A Large Angry SCM 2005-08-28 17:16:01 -04:00 committed by Junio C Hamano
parent debb9d8444
commit f58b7432d2
2 changed files with 13 additions and 20 deletions

View File

@ -3,26 +3,24 @@ git-mailsplit(1)


NAME NAME
---- ----
git-mailsplit - Some git command not yet documented. git-mailsplit - Totally braindamaged mbox splitter program.



SYNOPSIS SYNOPSIS
-------- --------
'git-mailsplit' [ --option ] <args>... 'git-mailsplit' <mbox> <directory>


DESCRIPTION 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 OPTIONS
------- -------
--option:: <mbox>::
Some option not yet documented. Mbox file to split.

<args>...::
Some argument not yet documented.


<directory>::
Directory in which to place the individual messages.


Author Author
------ ------

View File

@ -3,26 +3,21 @@ git-stripspace(1)


NAME NAME
---- ----
git-stripspace - Some git command not yet documented. git-stripspace - Fileter out empty lines.




SYNOPSIS SYNOPSIS
-------- --------
'git-stripspace' [ --option ] <args>... 'git-stripspace' < <stream>


DESCRIPTION DESCRIPTION
----------- -----------
Does something not yet documented. Remove multiple empty lines, and empty lines at beginning and end.



OPTIONS OPTIONS
------- -------
--option:: <stream>::
Some option not yet documented. Byte stream to act on.

<args>...::
Some argument not yet documented.



Author Author
------ ------