Sent from my iPhone
On Thu, Mar 30, 2017 at 04:24:40PM +0700, Duy Nguyen wrote:
> On Thu, Mar 30, 2017 at 12:56 AM, Jeff King wrote:
> > But in the end it doesn't really matter. I think code like:
> >
> > const char *filename = git_path(...);
> >
> > or
> >
> > nontrivial_function(git_path(...));
> >
> > is an a
Christian Couder writes:
> On Wed, Mar 29, 2017 at 7:56 PM, Jeff King wrote:
> ...
>> Yeah, it looks like that is what happened. I see that Christian bisected
>> the rebase to find the commit in the series that introduces the problem.
>> I'm mildly curious which commit upstream created the probl
On Thu, Mar 30, 2017 at 12:56 AM, Jeff King wrote:
> But in the end it doesn't really matter. I think code like:
>
> const char *filename = git_path(...);
>
> or
>
> nontrivial_function(git_path(...));
>
> is an anti-pattern. It _might_ be safe, but it's really hard to tell
> without following
On Wed, Mar 29, 2017 at 7:56 PM, Jeff King wrote:
> On Wed, Mar 29, 2017 at 10:06:52AM -0700, Junio C Hamano wrote:
>
>> > This shows that we should be careful not to use git_path() in
>> > freshen_shared_index(). It is using a shared buffer that can
>> > too easily lead to races.
>>
>> The impres
On Wed, Mar 29, 2017 at 10:06:52AM -0700, Junio C Hamano wrote:
> > This shows that we should be careful not to use git_path() in
> > freshen_shared_index(). It is using a shared buffer that can
> > too easily lead to races.
>
> The impression I get from the symptom is that after git_path() is
>
Christian Couder writes:
> When performing an interactive rebase in split-index mode,
> the commit message that one should rework when squashing commits
> can contain some garbage instead of the usual concatenation of
> both of the commit messages.
OK, that is an understandable explanation of wh
When performing an interactive rebase in split-index mode,
the commit message that one should rework when squashing commits
can contain some garbage instead of the usual concatenation of
both of the commit messages.
When bisecting it appears that 94c9b5af70 (Merge branch
'cc/split-index-config', 2
8 matches
Mail list logo