git-tar-tree: no more void pointer arithmetic
[git.git] / Documentation / git-stripspace.txt
1 git-stripspace(1)
2 =================
3
4 NAME
5 ----
6 git-stripspace - Filter out empty lines
7
8
9 SYNOPSIS
10 --------
11 'git-stripspace' < <stream>
12
13 DESCRIPTION
14 -----------
15 Remove multiple empty lines, and empty lines at beginning and end.
16
17 OPTIONS
18 -------
19 <stream>::
20         Byte stream to act on.
21
22 Author
23 ------
24 Written by Linus Torvalds <torvalds@osdl.org>
25
26 Documentation
27 --------------
28 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
29
30 GIT
31 ---
32 Part of the gitlink:git[7] suite
33