Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > Something like this patch was sitting in my tree gathering moss but I > quite like it so I thought I should send it out for feedback. > > I can't seem to find any copy of this patch in the list archives. > Maybe I received it by private email. Dmitry, do you remember better? > > Can also be found at > > git://repo.or.cz/git/jrn.git topics/di/remote-helper-blob-access > > and will be part of the svn-fe-pu branch there in the next push. Does this essentially connect the frontend and fast-import via bidirectional pipes? How is the flow control and deadlock avoidance supposed to happen (I guess the side that wants to give a command to ask for information needs to wait until it reads everything from the other side to drain the pipe before doing so), and isn't it something that need to be documented? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html