config: Fix --unset for continuation lines
authorFrank Lichtenheld <frank@lichtenheld.de>
Mon, 11 Feb 2008 00:23:03 +0000 (01:23 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Feb 2008 02:42:06 +0000 (18:42 -0800)
find_beginning_of_line didn't take into account that the
previous line might have ended with \ in which case it shouldn't
stop but continue its search.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found