X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=log-tree.h;h=9140f48216be10085c9a1aea7ef1d210817c3332;hb=cad5d269090a1d6226fbc9a509666ba2454b0350;hp=f5ac238bba478851bb10b09f32ea75da05475267;hpb=992311cf860347df159081873fba099a94d463f4;p=git.git diff --git a/log-tree.h b/log-tree.h index f5ac238bb..9140f4821 100644 --- a/log-tree.h +++ b/log-tree.h @@ -21,7 +21,7 @@ void log_write_email_headers(struct rev_info *opt, struct commit *commit, void load_ref_decorations(int flags); #define FORMAT_PATCH_NAME_MAX 64 -void get_patch_filename(struct commit *commit, const char *subject, int nr, - const char *suffix, struct strbuf *buf); +void fmt_output_commit(struct strbuf *, struct commit *, struct rev_info *); +void fmt_output_subject(struct strbuf *, const char *subject, struct rev_info *); #endif