X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-stripspace.txt;h=4f82efb4f97f562f632d286e0650ea320867a791;hb=ee6566e8d70da682ac4926dd8a67ac821b2c1743;hp=fc87146d594a832051865883f6a47e60ed58585d;hpb=58eaf287f1b25f6427b06bd72d8e555615828aeb;p=git.git diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt index fc87146d..4f82efb4 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 ------