Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15472550
D9523.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
493 B
Referenced Files
None
Subscribers
None
D9523.diff
View Options
diff --git a/src/workflow/ArcanistPatchWorkflow.php b/src/workflow/ArcanistPatchWorkflow.php
--- a/src/workflow/ArcanistPatchWorkflow.php
+++ b/src/workflow/ArcanistPatchWorkflow.php
@@ -701,7 +701,7 @@
$commit_message = $this->getCommitMessage($bundle);
$future = $repository_api->execFutureLocal(
- 'commit -a %C -F -',
+ 'commit -a %C -F - --no-verify',
$author_cmd);
$future->write($commit_message);
$future->resolvex();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 6, 2:38 PM (18 h, 23 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7733698
Default Alt Text
D9523.diff (493 B)
Attached To
Mode
D9523: Add --no-verify to git commit call for arc patch
Attached
Detach File
Event Timeline
Log In to Comment