On 8/7/2017 2:17 PM, Jonathan Tan wrote:
On Mon, 7 Aug 2017 19:51:04 +0200
Lars Schneider wrote:
On 07 Aug 2017, at 19:21, Jonathan Tan wrote:
On Sun, 6 Aug 2017 21:58:24 +0200
Lars Schneider wrote:
+ struct cmd2process *entry = (struct cmd2process *)subprocess;
+ return s
On Mon, 7 Aug 2017 19:51:04 +0200
Lars Schneider wrote:
>
> > On 07 Aug 2017, at 19:21, Jonathan Tan wrote:
> >
> > On Sun, 6 Aug 2017 21:58:24 +0200
> > Lars Schneider wrote:
> >
> >>> + struct cmd2process *entry = (struct cmd2process *)subprocess;
> >>> + return subprocess_handshake(subpro
> On 07 Aug 2017, at 19:21, Jonathan Tan wrote:
>
> On Sun, 6 Aug 2017 21:58:24 +0200
> Lars Schneider wrote:
>
>>> + struct cmd2process *entry = (struct cmd2process *)subprocess;
>>> + return subprocess_handshake(subprocess, "git-filter", versions, NULL,
>>> +
On Sun, 6 Aug 2017 21:58:24 +0200
Lars Schneider wrote:
> > + struct cmd2process *entry = (struct cmd2process *)subprocess;
> > + return subprocess_handshake(subprocess, "git-filter", versions, NULL,
> > + capabilities,
> > + &entry-
> On 26 Jul 2017, at 20:17, Jonathan Tan wrote:
>
> Refactor, into a common function, the version and capability negotiation
> done when invoking a long-running process as a clean or smudge filter.
> This will be useful for other Git code that needs to interact similarly
> with a long-running pr
Refactor, into a common function, the version and capability negotiation
done when invoking a long-running process as a clean or smudge filter.
This will be useful for other Git code that needs to interact similarly
with a long-running process.
As you can see in the change to t0021, this commit ch
6 matches
Mail list logo