]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/git-stripspace.txt
Merge git://git.bogomips.org/git-svn
[thirdparty/git.git] / Documentation / git-stripspace.txt
1 git-stripspace(1)
2 =================
3
4 NAME
5 ----
6 git-stripspace - Filter out empty lines
7
8
9 SYNOPSIS
10 --------
11 'git stripspace' [-s | --strip-comments] < <stream>
12
13 DESCRIPTION
14 -----------
15 Remove multiple empty lines, and empty lines at beginning and end.
16
17 OPTIONS
18 -------
19 -s::
20 --strip-comments::
21 In addition to empty lines, also strip lines starting with '#'.
22
23 <stream>::
24 Byte stream to act on.
25
26 GIT
27 ---
28 Part of the linkgit:git[1] suite