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.
21 In addition to empty lines, also strip lines starting with '#'.
24 Byte stream to act on.
28 Written by Linus Torvalds <torvalds@osdl.org>
32 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
36 Part of the linkgit:git[1] suite