submodule: Use cat instead of echo to avoid DOS line-endings
[git/dscho.git] / Documentation / git-stripspace.txt
blobb78f031cd4464b21be145d4ffa79ff39dc8bd2bb
1 git-stripspace(1)
2 =================
4 NAME
5 ----
6 git-stripspace - Filter out empty lines
9 SYNOPSIS
10 --------
11 [verse]
12 'git stripspace' [-s | --strip-comments] < <stream>
14 DESCRIPTION
15 -----------
16 Remove multiple empty lines, and empty lines at beginning and end.
18 OPTIONS
19 -------
20 -s::
21 --strip-comments::
22         In addition to empty lines, also strip lines starting with '#'.
24 <stream>::
25         Byte stream to act on.
27 GIT
28 ---
29 Part of the linkgit:git[1] suite