]> git.ipfire.org Git - thirdparty/git.git/commit
grep/pcre2: correct reference to grep_init() in comment
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 18 Feb 2021 00:07:21 +0000 (01:07 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Feb 2021 00:32:18 +0000 (16:32 -0800)
commit47eebd2fd2c576377f40555c539c5fc56af060a0
tree5d2c97b6cbcdda8e5272fee2d8c9dab02c139d59
parent1cfc5a850c3962f341accb15cef6d09c21bbbdee
grep/pcre2: correct reference to grep_init() in comment

Correct a comment added in 513f2b0bbd4 (grep: make PCRE2 aware of
custom allocator, 2019-10-16). This comment was never correct in
git.git, but was consistent with an older version of the patch[1].

1. https://lore.kernel.org/git/20190806163658.66932-3-carenas@gmail.com/

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
grep.c