X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=builtin.h;h=7e7bbd665a905b0fdf9ce5351f6f09dfd3dd7e8a;hb=f3500825257b441134bd99b08bab3b6fd1cb4f51;hp=3faf9d6691413c006f4c82702aa5e0c5e4bc88a0;hpb=8da3933ad6b4bd73bf4ed05fdd420ebb89a4e0a2;p=git.git diff --git a/builtin.h b/builtin.h index 3faf9d669..7e7bbd665 100644 --- a/builtin.h +++ b/builtin.h @@ -15,7 +15,8 @@ extern const char git_more_info_string[]; extern void prune_packed_objects(int); struct fmt_merge_msg_opts { - unsigned add_title:1; + unsigned add_title:1, + credit_people:1; int shortlog_len; };