Teach "git diff -p" to locate PHP class methods
authorAndreas Ericsson <ae@op5.se>
Sun, 7 Sep 2008 20:15:29 +0000 (22:15 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 7 Sep 2008 22:22:24 +0000 (15:22 -0700)
Otherwise it will always print the class-name rather
than the name of the function inside that class.

While we're at it, reorder the gitattributes manpage to
list the built-in funcname pattern names in alphabetical
order.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found