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.
Part of the git(1) suite