index-pack: be careful after fixing up the header/footer
[git/dscho.git] / Documentation / git-stripspace.txt
blob7508c0e42d2cd50ac522fc80a3a866411b7b51c5
1 git-stripspace(1)
2 =================
4 NAME
5 ----
6 git-stripspace - Filter out empty lines
9 SYNOPSIS
10 --------
11 'git stripspace' [-s | --strip-comments] < <stream>
13 DESCRIPTION
14 -----------
15 Remove multiple empty lines, and empty lines at beginning and end.
17 OPTIONS
18 -------
19 -s::
20 --strip-comments::
21         In addition to empty lines, also strip lines starting with '#'.
23 <stream>::
24         Byte stream to act on.
26 Author
27 ------
28 Written by Linus Torvalds <torvalds@osdl.org>
30 Documentation
31 --------------
32 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
34 GIT
35 ---
36 Part of the linkgit:git[1] suite