[PATCH] Update documentation for git-get-tar-commit-id
[gitweb.git] / Documentation / git-stripspace.txt
index fc87146d594a832051865883f6a47e60ed58585d..d1a550c202adce72adab555a90f98000f2734dee 100644 (file)
@@ -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
 ------