https://github.com/git/git
Raw File
Tip revision: 552ce11006e39bd07efd79946f180df47aa35b4e authored by Junio C Hamano on 29 September 2007, 23:07:46 UTC
GIT 1.5.3.3
Tip revision: 552ce11
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 gitlink:git[7] suite
back to top