Hi Dscho,
On Fri, Jul 26, 2019 at 4:25 AM Johannes Schindelin
wrote:
>
> On Thu, 25 Jul 2019, Elijah Newren wrote:
>
> > On Thu, Jul 25, 2019 at 1:12 PM Johannes Schindelin
> > wrote:
> > But, more importantly:
> > * I want to write an alternative merge strategy providing drop-in
> > replacem
Hi Elijah,
On Thu, 25 Jul 2019, Elijah Newren wrote:
> On Thu, Jul 25, 2019 at 1:12 PM Johannes Schindelin
> wrote:
> >
> > Hi Elijah,
> >
> > On Thu, 25 Jul 2019, Elijah Newren wrote:
> >
> > > merge_options has several internal fields that should not be set or read
> > > by external callers.
On Thu, Jul 25, 2019 at 1:12 PM Johannes Schindelin
wrote:
>
> Hi Elijah,
>
> On Thu, 25 Jul 2019, Elijah Newren wrote:
>
> > merge_options has several internal fields that should not be set or read
> > by external callers. This just complicates the API. Move them into an
> > opaque merge_option
Hi Elijah,
On Thu, 25 Jul 2019, Elijah Newren wrote:
> merge_options has several internal fields that should not be set or read
> by external callers. This just complicates the API. Move them into an
> opaque merge_options_internal struct that is defined only in
> merge-recursive.c and keep the
merge_options has several internal fields that should not be set or read
by external callers. This just complicates the API. Move them into an
opaque merge_options_internal struct that is defined only in
merge-recursive.c and keep these out of merge-recursive.h.
Signed-off-by: Elijah Newren
---
5 matches
Mail list logo