aboutsummaryrefslogtreecommitdiff
path: root/commit.h
diff options
context:
space:
mode:
authorRen,bi(B Scharfe <rene.scharfe@lsrfire.ath.cx>2007-09-03 20:06:36 +0200
committerJunio C Hamano <gitster@pobox.com>2007-09-03 16:46:02 -0700
commit7b95089c0f59a25bb1c506b6962eb64412c585eb (patch)
tree333a15a26ca26012b11d2f0af0b7880ffb4c083b /commit.h
parent1e61b7640d09015213dbcae3564fa27ac6a8c151 (diff)
downloadgit-7b95089c0f59a25bb1c506b6962eb64412c585eb.tar.gz
git-7b95089c0f59a25bb1c506b6962eb64412c585eb.tar.xz
Export format_commit_message()
Drop the parameter "msg" of format_commit_message() (as it can be inferred from the parameter "commit"), add a parameter "template" in order to avoid accessing the static variable user_format directly and export the result. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
-rw-r--r--commit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/commit.h b/commit.h
index 467872eec..a8d76616d 100644
--- a/commit.h
+++ b/commit.h
@@ -61,6 +61,7 @@ enum cmit_fmt {
};
extern enum cmit_fmt get_commit_format(const char *arg);
+extern long format_commit_message(const struct commit *commit, const void *template, char **buf_p, unsigned long *space_p);
extern unsigned long pretty_print_commit(enum cmit_fmt fmt, const struct commit *, unsigned long len, char **buf_p, unsigned long *space_p, int abbrev, const char *subject, const char *after_subject, enum date_mode dmode);
/** Removes the first commit from a list sorted by date, and adds all