git-fast-import.txt: --relative-marks takes no parameter
[git/dscho.git] / Documentation / git-stripspace.txt
blob10509cc450d47de35387a547cb79e30177f6304c
1 git-stripspace(1)
2 =================
4 NAME
5 ----
6 git-stripspace - Filter out empty lines
9 SYNOPSIS
10 --------
11 'git stripspace' [-s | --strip-comments] < <stream>
13 DESCRIPTION
14 -----------
15 Remove multiple empty lines, and empty lines at beginning and end.
17 OPTIONS
18 -------
19 -s::
20 --strip-comments::
21         In addition to empty lines, also strip lines starting with '#'.
23 <stream>::
24         Byte stream to act on.
26 GIT
27 ---
28 Part of the linkgit:git[1] suite