git-stripspace - Filter out empty lines
git stripspace [-s | --strip-comments] < <stream>
Remove multiple empty lines, and empty lines at beginning and end.
In addition to empty lines, also strip lines starting with #.
Byte stream to act on.
Written by Linus Torvalds <torvalds@osdl.org>
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
Part of the git(1) suite