X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-stripspace.txt;h=8421a39f26ac4807afd42e8f3ac084686b170871;hb=8e69d78be3f315ea8c7b96400c0c65763b3e8f00;hp=1306d7bab70efb57cba62a98ebd2d67b06677c97;hpb=1a6f3999998a22325ff820bf8c840e3baf3d2281;p=git.git diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt index 1306d7bab..8421a39f2 100644 --- a/Documentation/git-stripspace.txt +++ b/Documentation/git-stripspace.txt @@ -8,7 +8,7 @@ git-stripspace - Filter out empty lines SYNOPSIS -------- -'git-stripspace' < +'git-stripspace' [-s | --strip-comments] < DESCRIPTION ----------- @@ -16,6 +16,10 @@ Remove multiple empty lines, and empty lines at beginning and end. OPTIONS ------- +-s:: +--strip-comments:: + In addition to empty lines, also strip lines starting with '#'. + :: Byte stream to act on. @@ -29,4 +33,4 @@ Documentation by Junio C Hamano and the git-list . GIT --- -Part of the gitlink:git[7] suite +Part of the linkgit:git[1] suite