Code

do not search functions for patch ID
authorClemens Buchacher <drizzd@aon.at>
Sun, 19 Sep 2010 09:59:28 +0000 (11:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Sep 2010 01:35:07 +0000 (18:35 -0700)
commitad14b450c0c70bfcf90de0aa19ffa5e44e402b69
treebc8e2a67eaab16f206955616717e0389f2f87468
parentbeb172172f3dc63b4e7ad671e34826fb812281f8
do not search functions for patch ID

Visual aids, such as the function name in the hunk
header, are not necessary for the purposes of
computing a patch ID.

This is a performance optimization.

Signed-off-by: Clemens Buchacher <drizzd@aon.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c