Ignore recent local commits when computing the LASTCHANGE position.
For unclear reasons, the build/util/LASTCHANGE file frequently contained the hash of a local-only commit from a working branch, and the result was a 404 error when trying to inspect a page in devtools. To avoid this, add a --filter regex that is passed to "git log --grep", defaulting to '^Change-Id:'. This header is present for the main source tree and third_party/skia/ official commits. BUG=760304 Change-Id: I9464ba37a1197872a7ffd31b8c2f1a2a85856276 Reviewed-on: https://chromium-review.googlesource.com/949312Reviewed-by:Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#541137}
Showing
Please register or sign in to comment