summarylogtreecommitdiffstats
path: root/chromium-no-history.patch
blob: 666155495d475631bf33c75c1f77f416129437fc (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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_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)