1GIT-STRIPSPACE(1) Git Manual GIT-STRIPSPACE(1)
2
3
4
6 git-stripspace - Filter out empty lines
7
9 git stripspace [-s | --strip-comments] < <stream>
10
12 Remove multiple empty lines, and empty lines at beginning and end.
13
15 -s, --strip-comments
16 In addition to empty lines, also strip lines starting with #.
17
18 <stream>
19 Byte stream to act on.
20
22 Written by Linus Torvalds <torvalds@osdl.org[1]>
23
25 Documentation by Junio C Hamano and the git-list
26 <git@vger.kernel.org[2]>.
27
29 Part of the git(1) suite
30
32 1. torvalds@osdl.org
33 mailto:torvalds@osdl.org
34
35 2. git@vger.kernel.org
36 mailto:git@vger.kernel.org
37
38
39
40Git 1.7.1 08/16/2017 GIT-STRIPSPACE(1)