update diff-delta.c copyright
[git/dscho.git] / Documentation / git-stripspace.txt
blob3a03dd04106d45cc3c233230d1773874f3ca1cef
1 git-stripspace(1)
2 =================
4 NAME
5 ----
6 git-stripspace - Filter out empty lines
9 SYNOPSIS
10 --------
11 'git-stripspace' < <stream>
13 DESCRIPTION
14 -----------
15 Remove multiple empty lines, and empty lines at beginning and end.
17 OPTIONS
18 -------
19 <stream>::
20         Byte stream to act on.
22 Author
23 ------
24 Written by Linus Torvalds <torvalds@osdl.org>
26 Documentation
27 --------------
28 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
30 GIT
31 ---
32 Part of the gitlink:git[7] suite