Re: [PATCH for NEXT v3 0/2] sub-process: refactor handshake to common function

2017-07-29 Thread Junio C Hamano
Jonathan Tan writes: > Thanks for all your comments. > > This is now built off "next" to include Lars's changes. Developing on 'next' to ask for comments is OK, but try to minimize the dependencies; otherwise you are setting yourself to be taken hostage by many unrelated topics. I did a merge o

Re: [PATCH for NEXT v3 0/2] sub-process: refactor handshake to common function

2017-07-26 Thread Junio C Hamano
Jonathan Tan writes: > Thanks for all your comments. > > This is now built off "next" to include Lars's changes. > > About whether this is too restrictive (for example, as Junio mentions, > this will not allow future capabilities of the form "key=???"), I think > that this can be upgraded later i

[PATCH for NEXT v3 0/2] sub-process: refactor handshake to common function

2017-07-26 Thread Jonathan Tan
Thanks for all your comments. This is now built off "next" to include Lars's changes. About whether this is too restrictive (for example, as Junio mentions, this will not allow future capabilities of the form "key=???"), I think that this can be upgraded later if necessary. For now, both the filt