Re: [PATCH v3] Travis: also test on 32-bit Linux

2017-03-06 Thread Junio C Hamano
Lars Schneider writes: > when I looked into the 32-bit/line-log issue [1], I realized that my > proposed docker setup is not ideal for local debugging. Here is an > approach that I think is better. I changed the following: > - disable sudo as it is not required for the Travis job > - keep

[PATCH v3] Travis: also test on 32-bit Linux

2017-03-05 Thread Lars Schneider
From: Johannes Schindelin When Git v2.9.1 was released, it had a bug that showed only on Windows and on 32-bit systems: our assumption that `unsigned long` can hold 64-bit values turned out to be wrong. This could have been caught earlier if we had a Continuous Testing set up that includes a bui