Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tb/stash-in-c-unused-param-fix'
[gitweb.git]
/
contrib
/
coccinelle
/
the_repository.pending.cocci
diff --git
a/contrib/coccinelle/the_repository.pending.cocci
b/contrib/coccinelle/the_repository.pending.cocci
index f5b42cfc629dc1c974a704ad27e2e9ce68bb2a75..2ee702ecf7fe9d45c2c28faa7eccc79cba38e184 100644
(file)
--- a/
contrib/coccinelle/the_repository.pending.cocci
+++ b/
contrib/coccinelle/the_repository.pending.cocci
@@
-132,3
+132,13
@@
expression G;
- logmsg_reencode(
+ repo_logmsg_reencode(the_repository,
E, F, G);
+
+@@
+expression E;
+expression F;
+expression G;
+expression H;
+@@
+- format_commit_message(
++ repo_format_commit_message(the_repository,
+ E, F, G, H);