summaryrefslogtreecommitdiffstats
path: root/pretty.h
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2023-03-28 15:58:51 +0200
committerJunio C Hamano <gitster@pobox.com>2023-03-28 16:36:45 +0200
commitbab821646a74c446370fa8d01ca851f247df5033 (patch)
tree4b4f9949dc6c0aad1f90ac032d5914ec5c038839 /pretty.h
parentcocci: apply the "object-store.h" part of "the_repository.pending" (diff)
downloadgit-bab821646a74c446370fa8d01ca851f247df5033.tar.xz
git-bab821646a74c446370fa8d01ca851f247df5033.zip
cocci: apply the "pretty.h" part of "the_repository.pending"
Apply the part of "the_repository.pending.cocci" pertaining to "pretty.h". Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pretty.h')
-rw-r--r--pretty.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/pretty.h b/pretty.h
index f34e24c53a..1e37c56d73 100644
--- a/pretty.h
+++ b/pretty.h
@@ -120,10 +120,6 @@ void repo_format_commit_message(struct repository *r,
const struct commit *commit,
const char *format, struct strbuf *sb,
const struct pretty_print_context *context);
-#ifndef NO_THE_REPOSITORY_COMPATIBILITY_MACROS
-#define format_commit_message(c, f, s, con) \
- repo_format_commit_message(the_repository, c, f, s, con)
-#endif
/*
* Parse given arguments from "arg", check it for correctness and