Documentation / git-stripspace.txton commit git-cvsserver runs hooks/post-receive (cdf6328)
   1git-stripspace(1)
   2=================
   3
   4NAME
   5----
   6git-stripspace - Filter out empty lines
   7
   8
   9SYNOPSIS
  10--------
  11'git-stripspace' [-s | --strip-comments] < <stream>
  12
  13DESCRIPTION
  14-----------
  15Remove multiple empty lines, and empty lines at beginning and end.
  16
  17OPTIONS
  18-------
  19-s|--strip-comments::
  20        In addition to empty lines, also strip lines starting with '#'.
  21
  22<stream>::
  23        Byte stream to act on.
  24
  25Author
  26------
  27Written by Linus Torvalds <torvalds@osdl.org>
  28
  29Documentation
  30--------------
  31Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
  32
  33GIT
  34---
  35Part of the gitlink:git[7] suite