mam 1.11.125 → 1.11.126
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.js +1 -1
- package/node.js.map +1 -1
- package/node.mjs +1 -1
- package/node.test.js +2 -2
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.js
CHANGED
|
@@ -5180,7 +5180,7 @@ var $;
|
|
|
5180
5180
|
return false;
|
|
5181
5181
|
const git_dir = mod.resolve('.git');
|
|
5182
5182
|
if (git_dir.exists()) {
|
|
5183
|
-
this.$.$mol_exec(mod.path(), 'git', 'pull', '--
|
|
5183
|
+
this.$.$mol_exec(mod.path(), 'git', 'pull', '--depth=1');
|
|
5184
5184
|
return false;
|
|
5185
5185
|
}
|
|
5186
5186
|
for (let repo of mapping.select('pack', mod.name(), 'git').kids) {
|