]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
scripts/send-pull-request: allow -C to be used multiple times paule/core-fixes
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 30 Oct 2017 22:01:31 +0000 (11:01 +1300)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 3 Nov 2017 03:14:14 +0000 (16:14 +1300)
commit11083c0d85e4443807e5bd526df47bf97e653672
tree092e93ac8141d142a8246bd07232ea8f5f0697b4
parentd86576ea59094655cf482384f60990024b3f3adf
scripts/send-pull-request: allow -C to be used multiple times

Allow -C to be specified multiple times in order to CC multiple people
instead of only taking the last specified value. (You can already use
commas to separate multiple recipients, but it makes sense to support
this usage as well as commas as separators may not be immediately
obvious).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/send-pull-request