1GIT-STRIPSPACE(1)                 Git Manual                 GIT-STRIPSPACE(1)
2
3
4

NAME

6       git-stripspace - Filter out empty lines
7

SYNOPSIS

9       git-stripspace [-s | --strip-comments] < <stream>
10

DESCRIPTION

12       Remove multiple empty lines, and empty lines at beginning and end.
13

OPTIONS

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

AUTHOR

22       Written by Linus Torvalds <torvalds@osdl.org>
23

DOCUMENTATION

25       Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
26

GIT

28       Part of the git(7) suite
29
30
31
32
33Git 1.5.3.3                       10/09/2007                 GIT-STRIPSPACE(1)
Impressum