From 1afbd88e81bf7a8d3938ce03faf8f932deacbbd8 Mon Sep 17 00:00:00 2001 From: Johann Date: Mon, 18 Jul 2016 14:15:24 -0700 Subject: [PATCH] Change 'git cl upload' default to --no-squash Chromium changed the upstream default to --squash but this conflicts with libvpx historical defaults. Change-Id: I80f2f2b48e2ba08e02184b50e6d5f8f5e76fec24 --- codereview.settings | 1 + 1 file changed, 1 insertion(+) diff --git a/codereview.settings b/codereview.settings index d7c8d395c..34c6f1d9d 100644 --- a/codereview.settings +++ b/codereview.settings @@ -2,3 +2,4 @@ GERRIT_HOST: chromium-review.googlesource.com GERRIT_PORT: 29418 CODE_REVIEW_SERVER: chromium-review.googlesource.com +GERRIT_SQUASH_UPLOADS: False