summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorA Large Angry SCM <gitzilla@gmail.com>2005-08-28 21:16:01 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-08-28 21:32:30 (GMT)
commitf58b7432d286d30117e76aeca5515c67b3ba5bb0 (patch)
tree32e23054969af88a970c11f86e358625e21e67b2 /Documentation
parentdebb9d84445239ffbc630611548af630fb8e1e7a (diff)
downloadgit-f58b7432d286d30117e76aeca5515c67b3ba5bb0.zip
git-f58b7432d286d30117e76aeca5515c67b3ba5bb0.tar.gz
git-f58b7432d286d30117e76aeca5515c67b3ba5bb0.tar.bz2
[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')
-rw-r--r--Documentation/git-mailsplit.txt18
-rw-r--r--Documentation/git-stripspace.txt15
2 files changed, 13 insertions, 20 deletions
diff --git a/Documentation/git-mailsplit.txt b/Documentation/git-mailsplit.txt
index 617276a..789d3a9 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
------
diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt
index fc87146..d1a550c 100644
--- a/Documentation/git-stripspace.txt
+++ b/Documentation/git-stripspace.txt
@@ -3,26 +3,21 @@ git-stripspace(1)
NAME
----
-git-stripspace - Some git command not yet documented.
+git-stripspace - Fileter out empty lines.
SYNOPSIS
--------
-'git-stripspace' [ --option ] <args>...
+'git-stripspace' < <stream>
DESCRIPTION
-----------
-Does something not yet documented.
-
+Remove multiple empty lines, and empty lines at beginning and end.
OPTIONS
-------
---option::
- Some option not yet documented.
-
-<args>...::
- Some argument not yet documented.
-
+<stream>::
+ Byte stream to act on.
Author
------