commit | 04f8b348902dad678bb7acfa2ac0641b9b8ef0df | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Fri May 15 17:51:03 2020 +0900 |
committer | Justin Yun <justinyun@google.com> | Mon May 18 11:30:45 2020 +0900 |
tree | 35c33ec54bd3b5ac67927261151c210efb34066d | |
parent | b5727d3e0edb4e4b0d688e9ee5082de19c2b83cb [diff] |
Parse merge commit recursively To find a revision from the uploading branch, we find the parent commit if the commit is a merge commit. But it fails if the parent commit is also a merge commit. To avoid this, find the parent commit recursively. Bug: 156585121 Test: python check_gpl_license.py Change-Id: I93149e8ee7d3e6b9eb0babdd017dcd9fdb10d4c0