Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116654329
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
Sun, Jun 8, 07:22
Size
222 B
Mime Type
text/x-php
Expires
Tue, Jun 10, 07:22 (2 d)
Engine
blob
Format
Raw Data
Handle
26638998
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