Indefero

Indefero Commit Details


Date:2011-08-21 01:39:41 (13 years 4 months ago)
Author:Patrick Georgi
Branch:feature.webrepos
Commit:be95050a4b3c12e936d93ea3de32eff8fd957e18
Parents: 5043c4e845b792a9c2a22c6cb479efc5a988f31a
Message:Use new semantics for adding an stdin stream to PassThru

Changes:

File differences

src/IDF/Scm/Git.php
986986
987987
988988
989
989
990990
991991
992992
$response = new Pluf_HTTP_Response_CommandPassThru($path.
' --stateless-rpc '.$this->repo,
'application/x-'.$path.'-result');
$response->addStdin('php://input');
$response->setStdin(fopen('php://input', 'rb'));
return $response;
// regular file

Archive Download the corresponding diff file

Page rendered in 0.08027s using 13 queries.