author | Alexey Shumkin <zapped@mail.ru> | |
Tue, 11 Jan 2011 08:53:59 +0000 (11:53 +0300) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 11 Jan 2011 19:03:48 +0000 (11:03 -0800) | ||
commit | ad5b6942d5b9127cc940d2135ce82c633013418a | |
tree | 7c131ac5e75f5867eb35ec9853d9e9daa298d22f | tree | snapshot |
parent | 2cf08b6a0ab09f1b81b78a5686a632a2a602abf4 | commit | diff |
userdiff: match Pascal class methods
Class declarations were already covered by the second pattern, but class
methods have the 'class' keyword in front too. Account for it.
Signed-off-by: Alexey Shumkin <zapped@mail.ru>
Acked-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Class declarations were already covered by the second pattern, but class
methods have the 'class' keyword in front too. Account for it.
Signed-off-by: Alexey Shumkin <zapped@mail.ru>
Acked-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
userdiff.c | diff | blob | history |