diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2023-03-28 15:58:42 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-03-28 16:36:36 +0200 |
commit | 49c2d93ecf08b47698f9437372965b6f9d3af9fc (patch) | |
tree | c25fd2977a27a0e6c187290bccf36ed6cf50a72b /contrib/coccinelle | |
parent | Git 2.40 (diff) | |
download | git-49c2d93ecf08b47698f9437372965b6f9d3af9fc.tar.xz git-49c2d93ecf08b47698f9437372965b6f9d3af9fc.zip |
cocci: remove dead rule from "the_repository.pending.cocci"
The "parse_commit_gently" macro went away in [1], so we don't need to
carry this for its migration.
1. ea3f7e598c8 (revision: use repository from rev_info when parsing
commits, 2020-06-23)
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/coccinelle')
-rw-r--r-- | contrib/coccinelle/the_repository.pending.cocci | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/coccinelle/the_repository.pending.cocci b/contrib/coccinelle/the_repository.pending.cocci index 747d382ff5..23b97536da 100644 --- a/contrib/coccinelle/the_repository.pending.cocci +++ b/contrib/coccinelle/the_repository.pending.cocci @@ -36,14 +36,6 @@ expression G; @@ expression E; -expression F; -@@ -- parse_commit_gently( -+ repo_parse_commit_gently(the_repository, - E, F) - -@@ -expression E; @@ - parse_commit( + repo_parse_commit(the_repository, |