Hi again,

On Thu, Dec 28, 2017 at 1:20 PM, Ingo Molnar <[email protected]> wrote:
>
> BTW., your email "To:" header is horribly broken, for this and the other 
> patches
> you sent recently:
>
>   To: unlisted-recipients: no To-header on input <;
>
> I manually fixed it up when replying, but please fix.

Right. I copy/pasted a zsh command from the web which seems to be far
from perfect:

function kpatch () {
  patch=$1
  shift
  git send-email \
    --cc-cmd="./scripts/get_maintainer.pl --norolestats $patch" \
    $@ $patch
}

I'll fix that.

Thanks

Reply via email to