Re: [PATCH v7 2/2] format-patch --signature-file

2014-05-21 Thread Junio C Hamano
Jeremiah Mahler writes: > + if (signature_file) { > + if (signature && signature != git_version_string) > + die(_("cannot specify both signature and > signature-file")); > + > + struct strbuf buf = STRBUF_INIT; builtin/log.c:1460:3: error: ISO C90

[PATCH v7 2/2] format-patch --signature-file

2014-05-21 Thread Jeremiah Mahler
Added option that allows a signature file to be used with format-patch so that signatures with newlines and other special characters can be easily included. $ git format-patch --signature-file ~/.signature -1 The config variable format.signaturefile is also provided so that it can be added by d