Teach "git diff -p" to locate PHP class methods
commitaf9ce1ffc6de9774e90a91f27fb1febd027f74f1
authorAndreas Ericsson <ae@op5.se>
Sun, 7 Sep 2008 20:15:29 +0000 (7 22:15 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 7 Sep 2008 22:22:24 +0000 (7 15:22 -0700)
tree494653079c09661aea964bde5a8723240fa67beb
parentec3a4ba519c0012d58584d23f407c302e7b80eb6
Teach "git diff -p" to locate PHP class methods

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>
Documentation/gitattributes.txt
diff.c