Skip to content

Instantly share code, notes, and snippets.

@cota
Created June 15, 2017 23:06
Show Gist options
  • Save cota/16c12d8c8f7070ed9e26853c709600ab to your computer and use it in GitHub Desktop.
Save cota/16c12d8c8f7070ed9e26853c709600ab to your computer and use it in GitHub Desktop.
qemu's get_maintainer to git-send-email
scripts/get_maintainer.pl *.patch | cut -f1 -d'(' | sed 's/ $//' | sed 's/\(.*\)/--cc=\\"\1\\"/' | xargs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment