On Tue, Oct 4, 2016 at 6:16 PM, Johannes Schindelin
wrote:
> Hi Rich,
>
> On Tue, 4 Oct 2016, Rich Felker wrote:
>
>> On Tue, Oct 04, 2016 at 06:08:33PM +0200, Johannes Schindelin wrote:
>> > Hi Rich,
>> >
>> > On Tue, 4 Oct 2016, Rich Felker wrote:
>> >
>> > > On Tue, Oct 04, 2016 at 11:27:22AM -
On Mon, Jan 25, 2016 at 4:48 PM, Johannes Schindelin
wrote:
> Hi Junio,
>
> On Sun, 24 Jan 2016, Junio C Hamano wrote:
>
>> Johannes Schindelin writes:
>>
>> > From: Pat Thoyts
>> >
>> > The test separator char is a colon which means any absolute paths on
>> > Windows confuse the tests that use
On Fri, Oct 9, 2015 at 2:05 AM, Junio C Hamano wrote:
> I'll squash this in as part of your first patch that removes the
> test from test-path-utils.c. That makes it clearer why it is the
> right thing to remove the test, I'd think.
>
Great, many thanks!
> Thanks.
>
--
To unsubscribe from this
On Mon, Oct 5, 2015 at 12:36 AM, Ray Donnelly wrote:
> On Sun, Oct 4, 2015 at 6:21 PM, Junio C Hamano wrote:
>> Ray Donnelly writes:
>>
>>>> Some callers of this function in real code (i.e. not the one you are
>>>> removing the check) do seem to depend on
On Sun, Oct 4, 2015 at 6:21 PM, Junio C Hamano wrote:
> Ray Donnelly writes:
>
>>> Some callers of this function in real code (i.e. not the one you are
>>> removing the check) do seem to depend on that condition, e.g. the
>>> codepath in clone that leads to
On Sat, Oct 3, 2015 at 6:13 PM, Junio C Hamano wrote:
> Ray Donnelly writes:
>
>> In normalize_ceiling_entry(), we test that normalized paths end with
>> slash, *unless* the path to be normalized was already the root
>> directory.
>>
>> However, normalize_pa
I'm going to have to attach this as a file, git-send-email isn't
working for me; apologies.
On Sat, Oct 3, 2015 at 1:44 PM, Ray Donnelly wrote:
> In normalize_ceiling_entry(), we test that normalized paths end with
> slash, *unless* the path to be normalized was already the
things due to MSYS2 ensuring that
the converted path maintains the same state as the input path with
respect to any final '/'.
So let's just forget about this test. It is non-essential to Git's
operation, anyway.
Ack-by: Johannes Schindelin
Signed-off-by: Ray Donnelly
---
te
On Thu, Oct 9, 2014 at 8:22 PM, Johannes Schindelin
wrote:
> Hi,
>
> On Wed, 8 Oct 2014, Marat Radchenko wrote:
>
>> +CC_MACH := $(shell sh -c '$(CC) -dumpmachine 2>/dev/null || echo not')
>
> There is a rather huge problem with that. The latest mingw-w64 release,
> 4.9.1, does not do what you exp
9 matches
Mail list logo