Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15460321
D14033.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
621 B
Referenced Files
None
Subscribers
None
D14033.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D14033: staging repo compatibility for older git versions
Attached
Detach File
Event Timeline
Log In to Comment