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 <[email protected]>
Documentation by Junio C Hamano and the git-list <[email protected]>.
Part of the git(1) suite