Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F152067
terrible-recurse-hack
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Authored By
roguelazer
May 2 2022, 20:04
2022-05-02 20:04:48 (UTC+0)
Size
743 B
Referenced Files
None
Subscribers
None
terrible-recurse-hack
View Options
--- arcanist/src/repository/api/ArcanistGitAPI.php.orig 2022-05-02 20:03:00.802722862 +0000
+++ arcanist/src/repository/api/ArcanistGitAPI.php 2022-05-02 20:03:40.072809150 +0000
@@ -16,11 +16,11 @@
private $symbolicHeadCommit;
private $resolvedHeadCommit;
protected function buildLocalFuture(array $argv) {
- $argv[0] = 'git '.$argv[0];
+ $argv[0] = 'git -c submodule.recurse=0 '.$argv[0];
return newv('ExecFuture', $argv)
->setCWD($this->getPath());
}
@@ -38,11 +38,11 @@
} else {
$git = 'git';
}
}
- $args[0] = $git.' '.$args[0];
+ $args[0] = $git.' -c submodule.recurse=0 '.$args[0];
return newv('PhutilExecPassthru', $args)
->setCWD($this->getPath());
}
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
110035
Default Alt Text
terrible-recurse-hack (743 B)
Attached To
Mode
P4 terrible-recurse-hack
Attached
Detach File
Event Timeline
Log In to Comment