aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-06-18 11:16:54 -0700
committerJunio C Hamano <gitster@pobox.com>2010-06-18 11:16:54 -0700
commit8642abc76454a6e09344e27a7797ff08264abe76 (patch)
treedcdc99515cb5e53795b7777b85b8030fd1f9fbb4 /builtin.h
parentfd8b005c0d5bcc91c3b5a883f72addc0e51fb38b (diff)
parentf0ecac2b70bf6b44b89dfa493abd2f544010b1eb (diff)
downloadgit-8642abc76454a6e09344e27a7797ff08264abe76.tar.gz
Merge branch 'tc/merge-m-log'
* tc/merge-m-log: merge: --log appends shortlog to message if specified fmt-merge-msg: add function to append shortlog only fmt-merge-msg: refactor merge title formatting fmt-merge-msg: minor refactor of fmt_merge_msg() merge: rename variable merge: update comment t7604-merge-custom-message: show that --log doesn't append to -m t7604-merge-custom-message: shift expected output creation Conflicts: builtin.h
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin.h b/builtin.h
index 5c887ef61b..b614d12b9f 100644
--- a/builtin.h
+++ b/builtin.h
@@ -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_notes(struct notes_tree *t, const char *msg);
struct notes_rewrite_cfg {