Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18786649
D15144.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
606 B
Referenced Files
None
Subscribers
None
D15144.diff
View Options
diff --git a/src/applications/diffusion/controller/DiffusionServeController.php b/src/applications/diffusion/controller/DiffusionServeController.php
--- a/src/applications/diffusion/controller/DiffusionServeController.php
+++ b/src/applications/diffusion/controller/DiffusionServeController.php
@@ -466,7 +466,10 @@
if ($err) {
return new PhabricatorVCSResponse(
500,
- pht('Error %d: %s', $err, $stderr));
+ pht(
+ 'Error %d: %s',
+ $err,
+ phutil_utf8ize($stderr)));
}
return id(new DiffusionGitResponse())->setGitData($stdout);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Oct 15 2025, 7:49 PM (6 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
12305382
Default Alt Text
D15144.diff (606 B)
Attached To
Mode
D15144: Apply phutil_utf8ize() to stderr output from VCS commands prior to logging
Attached
Detach File
Event Timeline
Log In to Comment