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-stripspace.txt | |
parent | debb9d84445239ffbc630611548af630fb8e1e7a (diff) | |
download | git-f58b7432d286d30117e76aeca5515c67b3ba5bb0.tar.gz |
[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.txt | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt index fc87146d59..d1a550c202 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 ------ |