X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-stripspace.txt;h=3a03dd04106d45cc3c233230d1773874f3ca1cef;hb=HEAD;hp=fc87146d594a832051865883f6a47e60ed58585d;hpb=58eaf287f1b25f6427b06bd72d8e555615828aeb;p=git.git diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt index fc87146d..3a03dd04 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