]> code.ossystems Code Review - openembedded-core.git/commit
send-pull-request: Make -a really imply -c
authorDarren Hart <dvhart@linux.intel.com>
Wed, 1 Aug 2012 19:18:19 +0000 (12:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Aug 2012 14:21:28 +0000 (15:21 +0100)
commit319d2cc8e60450106b665ee4172e2e6dc90e14b5
treed3de7fa48408048dcecaf9fb684e075460cf398d
parentbb4b71552da0d1f4396955f35db5819f88a7d2ae
send-pull-request: Make -a really imply -c

The switch statement does not fall through as the comment suggests.
This results in -a not implying -c as was intended.

Add the two lines from -c to -a to achieve the intended behavior.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/send-pull-request