X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=builtin.h;h=ed6ee26933430e1db4e29e62badfaf0b217935ad;hb=452c6d506b1a6dcf24d4ceaa592afc39c1c1a60e;hp=5a1dba00693faf430bf319470d484065e530f27d;hpb=e5fba602e59292c8c383a7a587897b5f7cbd5c78;p=git.git diff --git a/builtin.h b/builtin.h index 5a1dba006..ed6ee2693 100644 --- a/builtin.h +++ b/builtin.h @@ -16,19 +16,20 @@ 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 { struct notes_tree **trees; const char *cmd; int enabled; - combine_notes_fn *combine; + combine_notes_fn combine; struct string_list *refs; int refs_from_env; int mode_from_env; }; -combine_notes_fn *parse_combine_notes_fn(const char *v); +combine_notes_fn parse_combine_notes_fn(const char *v); struct notes_rewrite_cfg *init_copy_notes_for_rewrite(const char *cmd); int copy_note_for_rewrite(struct notes_rewrite_cfg *c, const unsigned char *from_obj, const unsigned char *to_obj);