X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-stripspace.txt;h=fc5687502e519f55b3be0dec5d89778e8b8d4d13;hb=c3c135291a62a01f7fd385f46cde34091767259b;hp=3a03dd04106d45cc3c233230d1773874f3ca1cef;hpb=c63a3ad2c1d6f86cd7989055a133e06055239317;p=git.git diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt index 3a03dd041..fc5687502 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,9 @@ 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,5 +32,4 @@ Documentation by Junio C Hamano and the git-list . GIT --- -Part of the gitlink:git[7] suite - +Part of the linkgit:git[7] suite