Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15291222
D10447.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
524 B
Referenced Files
None
Subscribers
None
D10447.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
@@ -609,6 +609,12 @@
if ($repository_api->supportsCommitRanges()) {
$this->parseBaseCommitArgument($this->getArgument('paths'));
}
+
+ $head_commit = $this->getArgument('head');
+ if ($head_commit !== null) {
+ $repository_api->setHeadCommit($head_commit);
+ }
+
}
private function runDiffSetupBasics() {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 6, 12:23 AM (8 h, 16 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7228103
Default Alt Text
D10447.diff (524 B)
Attached To
Mode
D10447: restored --head support
Attached
Detach File
Event Timeline
Log In to Comment