X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-stripspace.txt;h=528a1b6ce30c51e944fe662b28ec91c9bd4bddd9;hb=26349b2e5ee2311cbb12db1cb92fa48fb0f26ef8;hp=fc87146d594a832051865883f6a47e60ed58585d;hpb=58eaf287f1b25f6427b06bd72d8e555615828aeb;p=git.git diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt index fc87146d..528a1b6c 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 - Filter out empty lines. SYNOPSIS -------- -'git-stripspace' [ --option ] ... +'git-stripspace' < DESCRIPTION ----------- -Does something not yet documented. - +Remove multiple empty lines, and empty lines at beginning and end. OPTIONS ------- ---option:: - Some option not yet documented. - -...:: - Some argument not yet documented. - +:: + Byte stream to act on. Author ------ @@ -34,5 +29,5 @@ Documentation by Junio C Hamano and the git-list . GIT --- -Part of the link:git.html[git] suite +Part of the gitlink:git[7] suite