Like D7423, but for SSH.
Details
Details
- Reviewers
btrahan - Maniphest Tasks
- Restricted Maniphest Task
- Commits
- Restricted Diffusion Commit
rP9a2e45ef12ea: Serve Git reads over SSH
Ran git clone ssh://..., got a clone.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
src/infrastructure/ssh/PhabricatorSSHWorkflow.php | ||
---|---|---|
71 | so this closes stdin? |
src/infrastructure/ssh/PhabricatorSSHWorkflow.php | ||
---|---|---|
71 | Yeah -- by default, write() closes the subprocess's stdin, unless the second parameter ("$keep_pipe") is set to true. At some point, it would probably be cleaner to replace this with $exec_channel->closeWriteChannel() or something, but that doesn't exist yet. |