X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-stripspace.txt;h=3a03dd04106d45cc3c233230d1773874f3ca1cef;hb=fff8fd5b1ee9c13694c29ba3544f5b1ebf0f4fb2;hp=fc87146d594a832051865883f6a47e60ed58585d;hpb=7fc9d69fca0ea8afab6709622b694f31662fb2ee;p=git.git diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt index fc87146d5..3a03dd041 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