disconnect from remote helpers more gently
[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 [verse]
12 'git stripspace' [-s | --strip-comments] < <stream>
13
14 DESCRIPTION
15 -----------
16 Remove multiple empty lines, and empty lines at beginning and end.
17
18 OPTIONS
19 -------
20 -s::
21 --strip-comments::
22         In addition to empty lines, also strip lines starting with '#'.
23
24 <stream>::
25         Byte stream to act on.
26
27 GIT
28 ---
29 Part of the linkgit:git[1] suite