summaryrefslogtreecommitdiff
path: root/Documentation/git-stripspace.txt
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/git-stripspace.txt
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/git-stripspace.txt')
-rw-r--r--Documentation/git-stripspace.txt15
1 files changed, 5 insertions, 10 deletions
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
------