summarylogtreecommitdiffstats
path: root/chromium-no-history2.patch
blob: cabb0daad11b753e13d34427dad72eb2529d10a8 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/brave/build/commands/lib/util.js  2021-02-13 18:15:19.299892398 +0100
+++ b/src/brave/build/commands/lib/util.js  2021-02-14 00:29:00.229435350 +0100
@@ -521,7 +521,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']