https://github.com/git/git
Raw File
Tip revision: 8c67c392e1620fc3b749aa9e0b8da13bd84226f8 authored by Junio C Hamano on 19 August 2010, 23:03:18 UTC
Git 1.7.2.2
Tip revision: 8c67c39
git-stripspace.txt
git-stripspace(1)
=================

NAME
----
git-stripspace - Filter out empty lines


SYNOPSIS
--------
'git stripspace' [-s | --strip-comments] < <stream>

DESCRIPTION
-----------
Remove multiple empty lines, and empty lines at beginning and end.

OPTIONS
-------
-s::
--strip-comments::
	In addition to empty lines, also strip lines starting with '#'.

<stream>::
	Byte stream to act on.

Author
------
Written by Linus Torvalds <torvalds@osdl.org>

Documentation
--------------
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[1] suite
back to top