xdiff: Match GNU diff behaviour when deciding hunk comment worthiness of lines
commit70da769a4607dbbc4efc490287ead98175cf622b
authorPetr Baudis <pasky@suse.cz>
Wed, 25 Oct 2006 00:28:55 +0000 (25 02:28 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 25 Oct 2006 19:57:33 +0000 (25 12:57 -0700)
tree0f34f0ab2d877df73ff2184678ae079fc1ecbc22
parent6e7d76baee08d0cd131d443c347c8a4bcd1004db
xdiff: Match GNU diff behaviour when deciding hunk comment worthiness of lines

This removes the '#' and '(' tests and adds a '$' test instead although I have
no idea what it is actually good for - but hey, if that's what GNU diff does...

Pasky only went and did as Junio sayeth.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
xdiff/xemit.c