blob: f80526ba7e013ef58ec43e8861b03696729aaa5b [file] [log] [blame]
Junio C Hamano7fc9d692005-08-23 01:49:47 -07001git-stripspace(1)
2=================
3
4NAME
5----
Fredrik Kuivinen7bd7f282006-03-09 17:24:50 +01006git-stripspace - Filter out empty lines
Junio C Hamano7fc9d692005-08-23 01:49:47 -07007
8
9SYNOPSIS
10--------
Johannes Schindelinf653aee2007-07-23 12:58:27 +010011'git-stripspace' [-s | --strip-comments] < <stream>
Junio C Hamano7fc9d692005-08-23 01:49:47 -070012
13DESCRIPTION
14-----------
A Large Angry SCMf58b7432005-08-28 17:16:01 -040015Remove multiple empty lines, and empty lines at beginning and end.
Junio C Hamano7fc9d692005-08-23 01:49:47 -070016
17OPTIONS
18-------
Jonas Fonseca7b55eee2007-11-02 10:10:11 +010019-s|--strip-comments::
Johannes Schindelinf653aee2007-07-23 12:58:27 +010020 In addition to empty lines, also strip lines starting with '#'.
21
A Large Angry SCMf58b7432005-08-28 17:16:01 -040022<stream>::
23 Byte stream to act on.
Junio C Hamano7fc9d692005-08-23 01:49:47 -070024
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---
Sergey Vlasova7154e92005-09-19 14:10:51 +040035Part of the gitlink:git[7] suite