Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97944474
DiffusionSSHGitWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jan 7, 20:27
Size
222 B
Mime Type
text/x-php
Expires
Thu, Jan 9, 20:27 (2 d)
Engine
blob
Format
Raw Data
Handle
23450399
Attached To
rPH Phabricator
DiffusionSSHGitWorkflow.php
View Options
<?php
abstract
class
DiffusionSSHGitWorkflow
extends
DiffusionSSHWorkflow
{
protected
function
writeError
(
$message
)
{
// Git assumes we'll add our own newlines.
return
parent
::
writeError
(
$message
.
"
\n
"
);
}
}
Event Timeline
Log In to Comment