Rafaël Carré wrote:
> I can't use git send-email with google so I had to copy paste the patch
> into thunderbird.
You can use "git format-patch" and attach the created patch file in Thunderbird.
$ git format-patch HEAD^
or
$ git format-patch
556d7d9e3b09157555310466a47e25a9ebfd8f4e^..556d7d9e3b
On 1/10/19 12:12 PM, Rafaël Carré wrote:
> -fprintf(stderr, "Usage: %sfile>\n", argv[0]);
I can't use git send-email with google so I had to copy paste the patch
into thunderbird.
The 2 lines above probably needs concatenating to apply the patch
> +if (argc < 3) {
> +fpr