summarylogtreecommitdiffstats
path: root/chromium-no-history.patch
diff options
context:
space:
mode:
authorFigue2020-05-22 22:01:22 +0200
committerFigue2020-05-22 22:01:22 +0200
commit33e9bef269bb6081bd36b26dd8029facd7613285 (patch)
treeecab719f83937a743220e74fb245ac9e2b139b9e /chromium-no-history.patch
parent43bf41ca1ffe1d96afe479f0035db78baaf1f2c8 (diff)
downloadaur-33e9bef269bb6081bd36b26dd8029facd7613285.tar.gz
1.9.72
Diffstat (limited to 'chromium-no-history.patch')
-rw-r--r--chromium-no-history.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/chromium-no-history.patch b/chromium-no-history.patch
index 1e9981003952..666155495d47 100644
--- a/chromium-no-history.patch
+++ b/chromium-no-history.patch
@@ -1,11 +1,11 @@
---- a/lib/util.js 2020-05-09 10:49:14.898221966 +0200
-+++ b/lib/util.js 2020-05-09 10:49:41.851556843 +0200
+--- a/lib/util.js 2020-05-22 00:47:36.846961336 +0200
++++ b/lib/util.js 2020-05-22 00:49:49.913695175 +0200
@@ -527,7 +527,7 @@
},
gclientSync: (reset = false, options = {}) => {
-- let args = ['sync', '--force', '--nohooks', '--with_branch_heads', '--with_tags']
-+ let args = ['sync', '--no-history', '--shallow', '--force', '--nohooks', '--with_branch_heads', '--with_tags']
+- let args = ['sync', '--force', '--nohooks', '--with_tags', '--reset',
++ let args = ['sync', '--no-history', '--shallow', '--force', '--nohooks', '--with_tags', '--reset',
+ '--with_branch_heads', '--upstream',
+ '--revision', 'src/brave@' + config.getProjectRef('brave-core')]
if (reset)
- args.push('--upstream')
- runGClient(args, options)