Restore default verbosity for http fetches.
[git/dscho.git] / Documentation / git-stripspace.txt
blob5212358306a684c006e8ca30c3f7e21fb3c97afb
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\|--strip-comments::
20         In addition to empty lines, also strip lines starting with '#'.
22 <stream>::
23         Byte stream to act on.
25 Author
26 ------
27 Written by Linus Torvalds <torvalds@osdl.org>
29 Documentation
30 --------------
31 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
33 GIT
34 ---
35 Part of the gitlink:git[7] suite