X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-stripspace.txt;h=f80526ba7e013ef58ec43e8861b03696729aaa5b;hb=82527cf33e59308b86cf3defe9ae0f5c2367a012;hp=3a03dd04106d45cc3c233230d1773874f3ca1cef;hpb=659db3f673fe199bad6ce9cc625d3a1b098bfbcf;p=git.git diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt index 3a03dd041..f80526ba7 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. @@ -30,4 +33,3 @@ Documentation by Junio C Hamano and the git-list . GIT --- Part of the gitlink:git[7] suite -