Indefero

Indefero Commit Details


Date:2011-08-21 01:39:41 (13 years 8 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.18297s using 13 queries.