X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=builtin.h;h=5c887ef61bbf67411a81691c67fc14cc4e0bc682;hb=f9a518e884b62a76dde3b30aa5d0ac22381f47a8;hp=464588b299a473e9e1ee58cbc61e2f981030e37d;hpb=a6018bbdca918c4f0a35badcfd826077d07502ca;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 {