]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-stripspace.txt
Documentation: rename gitlink macro to linkgit
[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--------
f653aee5 11'git-stripspace' [-s | --strip-comments] < <stream>
7fc9d69f
JH
12
13DESCRIPTION
14-----------
f58b7432 15Remove multiple empty lines, and empty lines at beginning and end.
7fc9d69f
JH
16
17OPTIONS
18-------
7b55eee7 19-s|--strip-comments::
f653aee5
JS
20 In addition to empty lines, also strip lines starting with '#'.
21
f58b7432
LAS
22<stream>::
23 Byte stream to act on.
7fc9d69f
JH
24
25Author
26------
27Written by Linus Torvalds <torvalds@osdl.org>
28
29Documentation
30--------------
31Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
32
33GIT
34---
5162e697 35Part of the linkgit:git[7] suite