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>
23
25 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
26
28 Part of the git(7) suite
29
30
31
32
33Git 1.5.3.3 10/09/2007 GIT-STRIPSPACE(1)