https://github.com/git/git
Raw File
Tip revision: ccef6048cd697063967e5e02937911fd8125b364 authored by Junio C Hamano on 24 August 2011, 19:16:58 UTC
Git 1.7.6.1
Tip revision: ccef604
git-stripspace.txt
git-stripspace(1)
=================

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


SYNOPSIS
--------
[verse]
'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