X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin.h;h=5c887ef61bbf67411a81691c67fc14cc4e0bc682;hb=b5a4de9d506030fce1b70a06dc49090a46877c3f;hp=464588b299a473e9e1ee58cbc61e2f981030e37d;hpb=dcc30eb2c780f009af36f87d6c4ff484eeec5bec;p=git.git diff --git a/builtin.h b/builtin.h index 464588b29..5c887ef61 100644 --- a/builtin.h +++ b/builtin.h @@ -16,9 +16,6 @@ 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 commit_tree(const char *msg, unsigned char *tree, - struct commit_list *parents, unsigned char *ret, - const char *author); extern int commit_notes(struct notes_tree *t, const char *msg); struct notes_rewrite_cfg {