On Fri, Mar 17, 2023 at 9:41 AM Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> wrote: > > The "parse_commit_gently" macro went away in [1], so we don't need to > carry his for its migration. s/his/this/ ? > 1. ea3f7e598c8 (revision: use repository from rev_info when parsing > commits, 2020-06-23) Thanks for the explanation and link. > Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> > --- > contrib/coccinelle/the_repository.pending.cocci | 8 -------- > 1 file changed, 8 deletions(-) > > diff --git a/contrib/coccinelle/the_repository.pending.cocci b/contrib/coccinelle/the_repository.pending.cocci > index 747d382ff5f..23b97536da5 100644 > --- a/contrib/coccinelle/the_repository.pending.cocci > +++ b/contrib/coccinelle/the_repository.pending.cocci > @@ -34,14 +34,6 @@ expression G; > + repo_parse_commit_internal(the_repository, > E, F, G) > > -@@ > -expression E; > -expression F; > -@@ > -- parse_commit_gently( > -+ repo_parse_commit_gently(the_repository, > - E, F) > - > @@ > expression E; > @@ > -- > 2.40.0.rc1.1034.g5867a1b10c5