Page MenuHomePhabricator

D14033.id.diff
No OneTemporary

D14033.id.diff

diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php
--- a/src/workflow/ArcanistDiffWorkflow.php
+++ b/src/workflow/ArcanistDiffWorkflow.php
@@ -2667,8 +2667,13 @@
pht('PUSH STAGING'),
pht('Pushing changes to staging area...'));
+ $push_flags = array();
+ if (version_compare($api->getGitVersion(), '1.8.2', '>=')) {
+ $push_flags[] = '--no-verify';
+ }
$err = phutil_passthru(
- 'git push --no-verify -- %s %s:refs/tags/%s',
+ 'git push %Ls -- %s %s:refs/tags/%s',
+ $push_flags,
$staging_uri,
$commit,
$tag);

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 1, 9:58 PM (2 d, 20 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7388960
Default Alt Text
D14033.id.diff (621 B)

Event Timeline