diff options
author | Tay Ray Chuan <rctay89@gmail.com> | 2010-05-11 01:17:51 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-05-10 12:02:14 -0700 |
commit | 8c6bdfdf8ba9a3d7a03d64b7a98305a460921130 (patch) | |
tree | 4678d1a8426af72edbebc8430ab487a15e5f1575 /builtin.h | |
parent | 403994e83dd3ad2424f0b3084c8dc4fd1ca6374a (diff) | |
download | git-8c6bdfdf8ba9a3d7a03d64b7a98305a460921130.tar.gz |
fmt-merge-msg: add function to append shortlog only
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin.h')
-rw-r--r-- | builtin.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ extern const char *help_unknown_cmd(const char *cmd); extern void prune_packed_objects(int); extern int fmt_merge_msg(int merge_summary, struct strbuf *in, struct strbuf *out); +extern int fmt_merge_msg_shortlog(struct strbuf *in, struct strbuf *out); extern int commit_tree(const char *msg, unsigned char *tree, struct commit_list *parents, unsigned char *ret, const char *author); |