Merge branch 'db/svn-fe-code-purge' into svn-fe
[gitweb.git] / Documentation / git-stripspace.txt
index fc87146d594a832051865883f6a47e60ed58585d..10509cc450d47de35387a547cb79e30177f6304c 100644 (file)
@@ -3,36 +3,26 @@ git-stripspace(1)
 
 NAME
 ----
-git-stripspace - Some git command not yet documented.
+git-stripspace - Filter out empty lines
 
 
 SYNOPSIS
 --------
-'git-stripspace' [ --option ] <args>...
+'git stripspace' [-s | --strip-comments] < <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.
-
+-s::
+--strip-comments::
+       In addition to empty lines, also strip lines starting with '#'.
 
-Author
-------
-Written by Linus Torvalds <torvalds@osdl.org>
-
-Documentation
---------------
-Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+<stream>::
+       Byte stream to act on.
 
 GIT
 ---
-Part of the link:git.html[git] suite
-
+Part of the linkgit:git[1] suite