I just created a patch using the following command git format-patch master --stdout > raj_powar.patch
In order to send the 'raj_powar.patch', i ran the following command git send-email --subject="stringval" --to="address" raj_powar.patch
But i keep getting the error "No subject line in raj_powar.patch ? at /Library/Developer/CommandLineTools/usr/libexec/git-core/git-send-email "
What am i doing wrong, how do i email this patch?