Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15388111
D11624.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
484 B
Referenced Files
None
Subscribers
None
D11624.diff
View Options
diff --git a/src/workflow/ArcanistGitHookPreReceiveWorkflow.php b/src/workflow/ArcanistGitHookPreReceiveWorkflow.php
--- a/src/workflow/ArcanistGitHookPreReceiveWorkflow.php
+++ b/src/workflow/ArcanistGitHookPreReceiveWorkflow.php
@@ -41,6 +41,10 @@
return false;
}
+ public function getSupportedRevisionControlSystems() {
+ return array('git');
+ }
+
public function run() {
$working_copy = $this->getWorkingCopy();
if (!$working_copy->getProjectID()) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 3:20 AM (1 w, 7 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7386905
Default Alt Text
D11624.diff (484 B)
Attached To
Mode
D11624: Mark `git-hook-pre-receive` as git only
Attached
Detach File
Event Timeline
Log In to Comment