1git-stripspace(1)
2=================
3
4NAME
5----
6git-stripspace - Filter out empty lines
7
8
9SYNOPSIS
10--------
11[verse]
12'git stripspace' [-s | --strip-comments] < <stream>
13
14DESCRIPTION
15-----------
16Remove multiple empty lines, and empty lines at beginning and end.
17
18OPTIONS
19-------
20-s::
21--strip-comments::
22 In addition to empty lines, also strip lines starting with '#'.
23
24<stream>::
25 Byte stream to act on.
26
27GIT
28---
29Part of the linkgit:git[1] suite