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
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
2 matches
Mail list logo