]> git.ipfire.org Git - thirdparty/git.git/commit
userdiff: match Pascal class methods
authorAlexey Shumkin <zapped@mail.ru>
Tue, 11 Jan 2011 08:53:59 +0000 (11:53 +0300)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Jan 2011 19:03:48 +0000 (11:03 -0800)
commitad5b6942d5b9127cc940d2135ce82c633013418a
tree7c131ac5e75f5867eb35ec9853d9e9daa298d22f
parent2cf08b6a0ab09f1b81b78a5686a632a2a602abf4
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>
userdiff.c