scripts: make generate_git do something
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 28 Sep 2012 15:12:42 +0000 (11:12 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Dec 2012 22:49:54 +0000 (14:49 -0800)
commita7e5346839dd849ad2acd933b2a7f6c3e07c2519
tree6c39c02db7d44315e6239980b617991004c1be00
parent60a37be9323aa56fbac807c19f480c7d9605fb02
scripts: make generate_git do something

Generate a git tree from the ltsi queue of patches, by
only using git commands.

Support a quasi intelligent auto resume feature in the case
where a patch fails to apply, by using the upstream ID (if
present) to determine the current patch used for the HEAD
commit.  If that fails, use a diffstat comparison to try
and find the current patch.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/generate_git