Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15393954
D15397.id37123.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
382 B
Referenced Files
None
Subscribers
None
D15397.id37123.diff
View Options
diff --git a/src/workflow/ArcanistBrowseWorkflow.php b/src/workflow/ArcanistBrowseWorkflow.php
--- a/src/workflow/ArcanistBrowseWorkflow.php
+++ b/src/workflow/ArcanistBrowseWorkflow.php
@@ -225,6 +225,7 @@
}
$branch = $this->getArgument('branch', 'master');
+ $branch = phutil_escape_uri_path_component($branch);
return $repo_uri.'browse/'.$branch.'/';
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 11:18 PM (5 d, 11 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7390633
Default Alt Text
D15397.id37123.diff (382 B)
Attached To
Mode
D15397: Properly URL encode branches in `arc browse --branch ...`
Attached
Detach File
Event Timeline
Log In to Comment