diff.c: return pattern entry pointer rather than just the hunk header pattern
commit45e7ca0f0e1042c26d56b578165365c3f70c0121
authorBrandon Casey <casey@nrlssc.navy.mil>
Thu, 18 Sep 2008 22:40:48 +0000 (18 17:40 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Sep 2008 02:58:29 +0000 (18 19:58 -0700)
treef6ba3e10bd4163f1aa72e352cfbfd846ce5380bf
parent1f5a892e5209be329dda316edb0341066d62e3eb
diff.c: return pattern entry pointer rather than just the hunk header pattern

This is in preparation for associating a flag with each pattern which will
control how the pattern is interpreted. For example, as a basic or extended
regular expression.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c