blob: 3a03dd04106d45cc3c233230d1773874f3ca1cef [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231git-stripspace(1)
2=================
3
4NAME
5----
Junio C Hamano01078922006-03-10 00:31:476git-stripspace - Filter out empty lines
Junio C Hamano1a4e8412005-12-27 08:17:237
8
9SYNOPSIS
10--------
11'git-stripspace' < <stream>
12
13DESCRIPTION
14-----------
15Remove multiple empty lines, and empty lines at beginning and end.
16
17OPTIONS
18-------
19<stream>::
20Byte stream to act on.
21
22Author
23------
24Written by Linus Torvalds <torvalds@osdl.org>
25
26Documentation
27--------------
28Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
29
30GIT
31---
32Part of the gitlink:git[7] suite
33