Hi Christian,
On Mon, 23 May 2016, Christian Couder wrote:
> On Mon, May 23, 2016 at 1:07 PM, Johannes Schindelin
> wrote:
> >
> > On Fri, 20 May 2016, Pranit Bauva wrote:
> >
> >> Frankly, I have no idea what you mean by libification but I will use
> >> error() since efforts for libification ha
Hey Johannes,
On Mon, May 23, 2016 at 4:37 PM, Johannes Schindelin
wrote:
> Hi Pranit,
>
> On Fri, 20 May 2016, Pranit Bauva wrote:
>
>> Frankly, I have no idea what you mean by libification but I will use
>> error() since efforts for libification have already started.
>
> The term "libification"
On Mon, May 23, 2016 at 1:07 PM, Johannes Schindelin
wrote:
>
> On Fri, 20 May 2016, Pranit Bauva wrote:
>
>> Frankly, I have no idea what you mean by libification but I will use
>> error() since efforts for libification have already started.
>
> The term "libification" is frequently used in the G
Hi Pranit,
On Fri, 20 May 2016, Pranit Bauva wrote:
> Frankly, I have no idea what you mean by libification but I will use
> error() since efforts for libification have already started.
The term "libification" is frequently used in the Git project: it means to
convert code that was formerly used
Hey Johannes,
On Mon, May 16, 2016 at 6:46 PM, Johannes Schindelin
wrote:
> Hi,
>
> On Mon, 16 May 2016, Eric Sunshine wrote:
>
>> On Thu, May 12, 2016 at 1:32 AM, Pranit Bauva wrote:
>>
>> > + fp = fopen(".git/BISECT_TERMS", "w");
>>
>> Hardcoding ".git/" is wrong for a variety of reasons
Hey Eric,
On Mon, May 16, 2016 at 12:58 PM, Eric Sunshine wrote:
> On Thu, May 12, 2016 at 1:32 AM, Pranit Bauva wrote:
>> Reimplement the `write_terms` shell function in C and add a `write-terms`
>> subcommand to `git bisect--helper` to call it from git-bisect.sh . Also
>> remove the subcommand
On Mon, May 16, 2016 at 12:45 PM, Johannes Schindelin
wrote:
> On Mon, 16 May 2016, Eric Sunshine wrote:
>> On Mon, May 16, 2016 at 9:16 AM, Johannes Schindelin
>> wrote:
>> > On Mon, 16 May 2016, Eric Sunshine wrote:
>> Agreed. Specific to the "established previously" I wrote above, I was
>> ref
Hi Eric,
On Mon, 16 May 2016, Eric Sunshine wrote:
> On Mon, May 16, 2016 at 9:16 AM, Johannes Schindelin
> wrote:
> > On Mon, 16 May 2016, Eric Sunshine wrote:
> >> On Thu, May 12, 2016 at 1:32 AM, Pranit Bauva
> >> wrote:
> >> > + fp = fopen(".git/BISECT_TERMS", "w");
> >>
> >> Hardcod
On Mon, May 16, 2016 at 9:16 AM, Johannes Schindelin
wrote:
> On Mon, 16 May 2016, Eric Sunshine wrote:
>> On Thu, May 12, 2016 at 1:32 AM, Pranit Bauva wrote:
>> > + fp = fopen(".git/BISECT_TERMS", "w");
>>
>> Hardcoding ".git/" is wrong for a variety of reasons: It won't be correct
>> wit
Hi,
On Mon, 16 May 2016, Eric Sunshine wrote:
> On Thu, May 12, 2016 at 1:32 AM, Pranit Bauva wrote:
>
> > + fp = fopen(".git/BISECT_TERMS", "w");
>
> Hardcoding ".git/" is wrong for a variety of reasons: It won't be correct
> with linked worktrees, or when GIT_DIR is pointing elsewhere,
On Thu, May 12, 2016 at 1:32 AM, Pranit Bauva wrote:
> Reimplement the `write_terms` shell function in C and add a `write-terms`
> subcommand to `git bisect--helper` to call it from git-bisect.sh . Also
> remove the subcommand `--check-term-format` as it can now be called from
> inside the functio
Reimplement the `write_terms` shell function in C and add a `write-terms`
subcommand to `git bisect--helper` to call it from git-bisect.sh . Also
remove the subcommand `--check-term-format` as it can now be called from
inside the function write_terms() C implementation.
Using `--write-terms` subco
12 matches
Mail list logo