diff.c: return pattern entry pointer rather than just the hunk header pattern
authorBrandon Casey <redacted>
Thu, 18 Sep 2008 22:40:48 +0000 (17:40 -0500)
committerJunio C Hamano <redacted>
Fri, 19 Sep 2008 02:58:29 +0000 (19:58 -0700)
commit45e7ca0f0e1042c26d56b578165365c3f70c0121
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
diff.c
git clone https://git.99rst.org/PROJECT