https://github.com/git/git
Raw File
Tip revision: e5af0de202e885b793482d416b8ce9d50dd2b8bc authored by Junio C Hamano on 01 June 2011, 21:08:26 UTC
Git 1.7.5.4
Tip revision: e5af0de
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.

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