]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-stripspace.txt
Merge branch 'gb/maint-am-stgit-author-to-from-fix'
[thirdparty/git.git] / Documentation / git-stripspace.txt
CommitLineData
7fc9d69f
JH
1git-stripspace(1)
2=================
3
4NAME
5----
7bd7f280 6git-stripspace - Filter out empty lines
7fc9d69f
JH
7
8
9SYNOPSIS
10--------
7791a1d9 11[verse]
b1889c36 12'git stripspace' [-s | --strip-comments] < <stream>
7fc9d69f
JH
13
14DESCRIPTION
15-----------
f58b7432 16Remove multiple empty lines, and empty lines at beginning and end.
7fc9d69f
JH
17
18OPTIONS
19-------
3240240f
SB
20-s::
21--strip-comments::
f653aee5
JS
22 In addition to empty lines, also strip lines starting with '#'.
23
f58b7432
LAS
24<stream>::
25 Byte stream to act on.
7fc9d69f 26
7fc9d69f
JH
27GIT
28---
9e1f0a85 29Part of the linkgit:git[1] suite