author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Mon, 23 Jul 2007 11:58:27 +0000 (12:58 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 27 Jul 2007 05:51:44 +0000 (22:51 -0700) | ||
commit | f653aee5a37b909e772d612eb7e226f09fd2f3d3 | |
tree | 0f4c571b9599721150db43ffcb87b085b83c2c30 | tree | snapshot |
parent | 2ae68fcb785a617793813abcea19893e13e436b0 | commit | diff |
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>
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 | diff | blob | history | |
builtin-stripspace.c | diff | blob | history | |
t/t0030-stripspace.sh | diff | blob | history |