diff options
author | 2018-11-13 16:13:00 -0800 | |
---|---|---|
committer | 2018-11-14 17:22:40 +0900 | |
commit | f54fbf5eefb9740a318344fe400f54f047cc4bf1 (patch) | |
tree | c24d8e186e763729b503571c26b0247601debb23 /contrib | |
parent | commit: prepare logmsg_reencode to handle arbitrary repositories (diff) | |
download | tgif-f54fbf5eefb9740a318344fe400f54f047cc4bf1.tar.xz |
pretty: prepare format_commit_message to handle arbitrary repositories
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/coccinelle/the_repository.pending.cocci | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/coccinelle/the_repository.pending.cocci b/contrib/coccinelle/the_repository.pending.cocci index f5b42cfc62..2ee702ecf7 100644 --- 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); |