]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-stripspace.txt
Teach "git stripspace" the --strip-comments option
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Mon, 23 Jul 2007 11:58:27 +0000 (12:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Jul 2007 05:51:44 +0000 (22:51 -0700)
commitf653aee5a37b909e772d612eb7e226f09fd2f3d3
tree0f4c571b9599721150db43ffcb87b085b83c2c30
parent2ae68fcb785a617793813abcea19893e13e436b0
Teach "git stripspace" the --strip-comments option

With --strip-comments (or short -s), git stripspace now removes lines
beginning with a '#', too.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-stripspace.txt
builtin-stripspace.c
t/t0030-stripspace.sh