userdiff: support C++ ->* and .* operators in the word regexp
commit407e07f2a6f55e605fda9e90cb622887269f68b5
authorJohannes Sixt <j6t@kdbg.org>
Fri, 21 Mar 2014 21:07:13 +0000 (21 22:07 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Mar 2014 21:47:50 +0000 (21 14:47 -0700)
treeb8e644f0dd737346e2af41875a595c73ac068672
parent5f95c9f850b19b368c43ae399cc831b17a26a5ac
userdiff: support C++ ->* and .* operators in the word regexp

The character sequences ->* and .* are valid C++ operators. Keep them
together in --word-diff mode.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
userdiff.c