Commit 16b0eb6c authored by borenet's avatar borenet Committed by Commit bot

roll-dep: Show the git log for catapult

TBR=maruel
BUG=skia:5660

Review-Url: https://codereview.chromium.org/2262283002
parent 3451b645
...@@ -63,7 +63,6 @@ def should_show_log(upstream_url): ...@@ -63,7 +63,6 @@ def should_show_log(upstream_url):
# Skip logs for very active projects. # Skip logs for very active projects.
if upstream_url.endswith(( if upstream_url.endswith((
'/angle/angle.git', '/angle/angle.git',
'/catapult-project/catapult.git',
'/v8/v8.git')): '/v8/v8.git')):
return False return False
if 'webrtc' in upstream_url: if 'webrtc' in upstream_url:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment