X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-stripspace.txt;h=d1a550c202adce72adab555a90f98000f2734dee;hb=f58b7432d286d30117e76aeca5515c67b3ba5bb0;hp=fc87146d594a832051865883f6a47e60ed58585d;hpb=7fc9d69fca0ea8afab6709622b694f31662fb2ee;p=git.git diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt index fc87146d..d1a550c2 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 ] ... +'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 ------