blob: 7508c0e42d2cd50ac522fc80a3a866411b7b51c5 [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231git-stripspace(1)
2=================
3
4NAME
5----
Junio C Hamano01078922006-03-10 00:31:476git-stripspace - Filter out empty lines
Junio C Hamano1a4e8412005-12-27 08:17:237
8
9SYNOPSIS
10--------
Junio C Hamanofce7c7e2008-07-02 03:06:3811'git stripspace' [-s | --strip-comments] < <stream>
Junio C Hamano1a4e8412005-12-27 08:17:2312
13DESCRIPTION
14-----------
15Remove multiple empty lines, and empty lines at beginning and end.
16
17OPTIONS
18-------
Junio C Hamanoeb415992008-06-08 22:49:4719-s::
20--strip-comments::
Junio C Hamanob1d6e882007-08-11 08:30:1621In addition to empty lines, also strip lines starting with '#'.
22
Junio C Hamano1a4e8412005-12-27 08:17:2323<stream>::
24Byte stream to act on.
25
26Author
27------
28Written by Linus Torvalds <torvalds@osdl.org>
29
30Documentation
31--------------
32Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
33
34GIT
35---
Junio C Hamanof7c042d2008-06-06 22:50:5336Part of the linkgit:git[1] suite