]> code.ossystems Code Review - openembedded-core.git/commit
scripts/combo-layer: skip empty commits
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 7 Nov 2011 12:07:02 +0000 (12:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Nov 2011 13:58:39 +0000 (13:58 +0000)
commit5754bc7bcc2f57b6b56e67e2900eeaab5bc184d8
tree28ee5df209e765b4feeca10a82116f79e04f3e33
parentcc34f1bf136409d2e31c443dd5334c3a35d208af
scripts/combo-layer: skip empty commits

If a commit is empty (for example, commits brought over from svn where
only properties were changed) then attempting to apply it with "git am"
will result in the error "Patch format detection failed", so skip it
instead.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/combo-layer