6 git-stripspace - Filter out empty lines
11 'git-stripspace' [-s | --strip-comments] < <stream>
15 Remove multiple empty lines, and empty lines at beginning and end.
20 In addition to empty lines, also strip lines starting with '#'.
23 Byte stream to act on.
27 Written by Linus Torvalds <torvalds@osdl.org>
31 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
35 Part of the linkgit:git[7] suite