]> code.ossystems Code Review - openembedded-core.git/commit
create-pull-request: Implement -d option
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 30 Jul 2015 11:10:51 +0000 (14:10 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Jul 2015 14:35:34 +0000 (15:35 +0100)
commit9b544125e1e3d2cc2db8f5d20d6fd0746f8cef5d
treefbad08b077168d69f402eaab6b9939cd603f8619
parent0d1f99fe1446edfb8864cbbc5a8b0059391c9bbc
create-pull-request: Implement -d option

This options allows to generate patches against relative directory by
using git format-patch --relative option.
See more details about --relative option in git diff manual page.

For example generating bitbake patchsets from poky can be
done this way: create-pull-request -u contrib -d ./bitbake

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/create-pull-request