summarylogtreecommitdiffstats
path: root/chromium-no-history.patch
blob: edfec7bc986fb4a74dbacf4b4502c053d5d1703b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/lib/util.js	2020-07-17 22:23:08.832588013 +0200
+++ b/lib/util.js	2020-07-17 22:26:52.894403279 +0200
@@ -614,7 +614,7 @@
     let reset = forceReset
 
     // base args
-    const initialArgs = ['sync', '--reset', '--nohooks']
+    const initialArgs = ['sync', '--no-history', '--shallow', '--reset', '--nohooks']
     const chromiumArgs = ['--revision', 'src@' + config.getProjectRef('chrome')]
     const resetArgs = ['--with_tags', '--with_branch_heads', '--upstream']