git/Documentation/git-stripspace.txt
A Large Angry SCM f58b7432d2 [PATCH] Add some documentation.
Add some documentation.

Text taken from the the commit messages and the command sources.

Signed-off-by:  <gitzilla@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-08-28 14:32:30 -07:00

34 lines
491 B
Plaintext

git-stripspace(1)
=================
NAME
----
git-stripspace - Fileter out empty lines.
SYNOPSIS
--------
'git-stripspace' < <stream>
DESCRIPTION
-----------
Remove multiple empty lines, and empty lines at beginning and end.
OPTIONS
-------
<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 link:git.html[git] suite