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 14:05:37 +0000 (14:05 +0000)
commit8423da416af120cb84961e52998cd1103ae75abe
tree6761e07cc5ff965ca53e41f0892cbcd2e9de327c
parente3b587524b28d460a01dcec881d9d44f10910fbe
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.

(From OE-Core rev: 5754bc7bcc2f57b6b56e67e2900eeaab5bc184d8)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/combo-layer